aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/extra-rsync.bat
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-27 01:58:32 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-27 01:58:32 +0000
commit112767ca3898084dac6be3bd2d52df3e00e21736 (patch)
treeeb82c2c4e8464d028ce336548f1431488126aada /scripts/auto-build/extra-rsync.bat
parent674d43fbf9be1f213db9955c214f042a191dfee7 (diff)
remove now useless scripts from old auto-build setup
svn path=/trunk/; revision=16598
Diffstat (limited to 'scripts/auto-build/extra-rsync.bat')
-rw-r--r--scripts/auto-build/extra-rsync.bat16
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/auto-build/extra-rsync.bat b/scripts/auto-build/extra-rsync.bat
deleted file mode 100644
index 909b35dd..00000000
--- a/scripts/auto-build/extra-rsync.bat
+++ /dev/null
@@ -1,16 +0,0 @@
-REM uses http://setacl.sourceforge.net/
-
-cd \MinGW\msys\1.0\home\pd\
-
-REM echo y|cacls c:\MinGW\msys\1.0\home\pd\auto-build /C /T /G pd:F everyone:R
-
-setacl -on c:\MinGW\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/ /cygdrive/c/MinGW/msys/1.0/home/pd/auto-build/pd-extended/
-
-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/ /cygdrive/c/MinGW/msys/1.0/home/pd/auto-build/pd-extended/