aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-08-26 20:55:10 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-08-26 20:55:10 +0000
commitd2ad4b4695eb49fbaada793bf2276f71248f4902 (patch)
treed1230602ab5e67e95a8e70c88f521782216a36c0 /scripts/auto-build
parentaf043eba162372cd3ee576722c7107eec016cacd (diff)
updated for new default msys location
svn path=/trunk/; revision=15279
Diffstat (limited to 'scripts/auto-build')
-rw-r--r--scripts/auto-build/extra-rsync.bat12
-rw-r--r--scripts/auto-build/run-automated-build.bat2
2 files changed, 6 insertions, 8 deletions
diff --git a/scripts/auto-build/extra-rsync.bat b/scripts/auto-build/extra-rsync.bat
index 0db0c86e..909b35dd 100644
--- a/scripts/auto-build/extra-rsync.bat
+++ b/scripts/auto-build/extra-rsync.bat
@@ -1,18 +1,16 @@
REM uses http://setacl.sourceforge.net/
-cd \msys\1.0\home\pd\
+cd \MinGW\msys\1.0\home\pd\
-REM echo y|cacls c:\msys\1.0\home\pd\auto-build /C /T /G pd:F everyone:R
+REM echo y|cacls c:\MinGW\msys\1.0\home\pd\auto-build /C /T /G pd:F everyone:R
-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"
+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/ /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/
+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/ /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/
+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/
diff --git a/scripts/auto-build/run-automated-build.bat b/scripts/auto-build/run-automated-build.bat
index a46d4750..f4e723e9 100644
--- a/scripts/auto-build/run-automated-build.bat
+++ b/scripts/auto-build/run-automated-build.bat
@@ -1,4 +1,4 @@
@echo off
-C:\msys\1.0\bin\sh.exe --login -i -c /home/pd/auto-build/pd-extended/scripts/auto-build/run-automated-builder
+C:\MinGW\msys\1.0\bin\sh.exe --login -i -c /home/pd/auto-build/pd-extended/scripts/auto-build/run-automated-builder