Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- #param 1 : repertoire svn ou trac
- #param 2 : repertoire destination
- rm -rf /var/www/sproutcore/
- svn export file:///var/svn/rosetta/trunk/HopiFw /var/www/sproutcore --force
- cd /var/www/sproutcore/renduSproutCore/rosetta
- sc-build
- cd tmp/build/
- tar cvvf static.tar static
- cp static.tar ../../../../
- cd ../../../../
- tar xvf static.tar
- rm -rf renduSproutCore
- rm static.tar
- cp /root/shell_script/data/config.json /var/www/sproutcore/wl/
- cp /root/shell_script/data/.htaccess /var/www/sproutcore/static/rosetta/
- cp /root/shell_script/data/index.php /var/www/sproutcore/
- #sendEmail -f [email protected] -t [email protected] [email protected] [email protected] [email protected] [email protected] -m "TEST" -u "nightly build rosetta"
Add Comment
Please, Sign In to add comment