%PDF- %PDF-
Direktori : /usr/share/doc/subversion-1.6.11/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/ |
Current File : //usr/share/doc/subversion-1.6.11/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnlog.sh |
#!/bin/bash # upload file to server FILENAME=tests-`date +%Y%m%d%H%M`.log.tgz tar -czf $FILENAME tests.log ftp -n www.mobsol.be < ../ftpscript rm $FILENAME echo "Logs of the testrun can be found here: http://www.mobsol.be/logs/osx10.4-gcc4.0.1-ia32/$FILENAME" exit 0