Skip to content

Instantly share code, notes, and snippets.

@davidray
Created May 15, 2009 18:36
Show Gist options
  • Select an option

  • Save davidray/112365 to your computer and use it in GitHub Desktop.

Select an option

Save davidray/112365 to your computer and use it in GitHub Desktop.
(in /home/david/trisano-enterprise)
Copying Community files to /home/david/ee-dist
cp -Rf /home/david/trisano/distro /home/david/ee-dist
cp -Rf /home/david/trisano/lib /home/david/ee-dist
cp -Rf /home/david/trisano/README /home/david/ee-dist
cp -Rf /home/david/trisano/CONTRIBUTORS /home/david/ee-dist
cp -Rf /home/david/trisano/COPYING /home/david/ee-dist
cp -Rf /home/david/trisano/avr /home/david/ee-dist
cp -Rf /home/david/trisano/webapp /home/david/ee-dist
Merging EE bits
cp -Rf /home/david/trisano-enterprise/webapp/public /home/david/ee-dist/webapp/
cp -Rf /home/david/trisano-enterprise/webapp/app /home/david/ee-dist/webapp/
cp -Rf /home/david/trisano-enterprise/webapp/config /home/david/ee-dist/webapp/
cp -Rf /home/david/trisano-enterprise/webapp/script /home/david/ee-dist/webapp/
cp -Rf /home/david/trisano-enterprise/webapp/features /home/david/ee-dist/webapp/
cp -Rf /home/david/trisano-enterprise/webapp/spec /home/david/ee-dist/webapp/
cp -Rf /home/david/trisano-enterprise/webapp/db /home/david/ee-dist/webapp/
cp -Rf /home/david/trisano-enterprise/files/ /home/david/ee-dist/files/
Copying help files
cp -Rf ./docs/TriSanoEEHelp /home/david/ee-dist/webapp/public/help
Initializing workspace git repo
cd /home/david/ee-dist; git init; git add *; git commit -a -m 'Initial commit on local EE working repo'
Reinitialized existing Git repository in .git/
# On branch master
nothing to commit (working directory clean)
rake aborted!
Command failed with status (1): [cd /home/david/ee-dist; git init; git add ...]
/home/david/trisano-enterprise/Rakefile:39
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment