From fdda31a3cd0ec2a43456bcb02d978ec8d9ec672c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 14 May 2009 16:40:21 +0000 Subject: 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 --- scripts/auto-build/extra-rsync.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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/ -- cgit v1.2.1