diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-05-14 16:40:21 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-05-14 16:40:21 +0000 |
commit | fdda31a3cd0ec2a43456bcb02d978ec8d9ec672c (patch) | |
tree | f6d4833ed31004d189322a54294ccb9b16af4241 /scripts/auto-build | |
parent | 2d59ff8eece59bf1d5ed39c68734d17826ae45c6 (diff) |
ok I am adding deleting to this script and scheduling it to run only at 2:33am, an hour before the build, to ensure the source code is all clean and ready to go before the nightly build... winblows...
svn path=/trunk/; revision=11361
Diffstat (limited to 'scripts/auto-build')
-rw-r--r-- | scripts/auto-build/extra-rsync.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/extra-rsync.bat b/scripts/auto-build/extra-rsync.bat index 334bcceb..a43906b3 100644 --- a/scripts/auto-build/extra-rsync.bat +++ b/scripts/auto-build/extra-rsync.bat @@ -13,4 +13,4 @@ rsync -av --progress --whole-file --exclude='*inv\**' --cvs-exclude --timeout=60 sleep 60 REM now get the SVN changes, this might fail a lot, especially on '.svn/entries' -rsync -av --progress --whole-file --exclude='*inv\**' --timeout=60 rsync://128.238.56.50/distros/pd-extended/ /home/pd/auto-build/pd-extended/ +rsync -av --progress --whole-file --delete-before --exclude='*inv\**' --timeout=60 rsync://128.238.56.50/distros/pd-extended/ /home/pd/auto-build/pd-extended/ |