aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-01 23:02:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-01 23:02:31 +0000
commitaa2064264fdab82531a6b1d357cbcd7ab18e0d8c (patch)
tree872a5e9311e8abd0dc362dc1edf05b78284bcc29 /scripts/auto-build
parent22a829cb1907c79bfe68ad91314a1dddbf1beeb3 (diff)
added pd-devel to get it rsyncing properly... arg windows
svn path=/trunk/; revision=12176
Diffstat (limited to 'scripts/auto-build')
-rw-r--r--scripts/auto-build/extra-rsync.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/auto-build/extra-rsync.bat b/scripts/auto-build/extra-rsync.bat
index a43906b3..0db0c86e 100644
--- a/scripts/auto-build/extra-rsync.bat
+++ b/scripts/auto-build/extra-rsync.bat
@@ -4,13 +4,15 @@ cd \msys\1.0\home\pd\
REM echo y|cacls c:\msys\1.0\home\pd\auto-build /C /T /G pd:F everyone:R
-setacl -on c:\msys\1.0\home\pd\auto-build\pd-extended -ot file -actn ace -ace "n:pd;p:full,write_owner;i:so,sc;m:set" -ace "n:everyone;p:read;i:so,sc;m:set"
+setacl -on c:\msys\1.0\home\pd\auto-build -ot file -actn ace -ace "n:pd;p:full,write_owner;i:so,sc;m:set" -ace "n:everyone;p:read;i:so,sc;m:set"
REM Cygwin rsync seems to be unhappy with SVN's .svn file permissions, so
REM ignore SVN files first to get all the 'meat'
rsync -av --progress --whole-file --exclude='*inv\**' --cvs-exclude --timeout=60 rsync://128.238.56.50/distros/pd-extended/ /home/pd/auto-build/pd-extended/
+rsync -av --progress --whole-file --exclude='*inv\**' --cvs-exclude --timeout=60 rsync://128.238.56.50/distros/pd-devel/ /home/pd/auto-build/pd-devel/
sleep 60
REM now get the SVN changes, this might fail a lot, especially on '.svn/entries'
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/
+rsync -av --progress --whole-file --delete-before --exclude='*inv\**' --timeout=60 rsync://128.238.56.50/distros/pd-devel/ /home/pd/auto-build/pd-devel/