Revision: 9713 http://pure-data.svn.sourceforge.net/pure-data/?rev=9713&view=rev Author: eighthave Date: 2008-04-16 12:01:22 -0700 (Wed, 16 Apr 2008)
Log Message: ----------- removed the --login from the cygwin shell used to run the rsyncing on MinGW since the Cygwin profile seems to cause problems, plus rsync shouldn't need a full login environment to run
Modified Paths: -------------- trunk/scripts/auto-build/pd-extended-auto-builder.sh trunk/scripts/auto-build/pd-extended-release-auto-builder.sh trunk/scripts/auto-build/pd-main+libs-auto-builder.sh trunk/scripts/auto-build/pd-puredyne-auto-builder.sh trunk/scripts/auto-build/run-automated-builder trunk/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
Modified: trunk/scripts/auto-build/pd-extended-auto-builder.sh =================================================================== --- trunk/scripts/auto-build/pd-extended-auto-builder.sh 2008-04-15 23:59:40 UTC (rev 9712) +++ trunk/scripts/auto-build/pd-extended-auto-builder.sh 2008-04-16 19:01:22 UTC (rev 9713) @@ -41,7 +41,7 @@ # let rsync handle the cleanup with --delete case $SYSTEM in mingw*) - /c/cygwin/bin/sh --login -c \ + /c/cygwin/bin/sh -c \ "rsync -a --delete rsync://128.238.56.50/distros/pd-extended/ ${auto_build_root_dir}/" ;; *)
Modified: trunk/scripts/auto-build/pd-extended-release-auto-builder.sh =================================================================== --- trunk/scripts/auto-build/pd-extended-release-auto-builder.sh 2008-04-15 23:59:40 UTC (rev 9712) +++ trunk/scripts/auto-build/pd-extended-release-auto-builder.sh 2008-04-16 19:01:22 UTC (rev 9713) @@ -62,7 +62,7 @@ upload_filename=`ls -1 ${archive} | sed "s|.*/(.*).${archive_format}|\1-${HOSTNAME}.${archive_format}|"` case $SYSTEM in mingw*) - test -e ${archive} && /c/cygwin/bin/sh --login -c \ + test -e ${archive} && /c/cygwin/bin/sh -c \ "rsync -a ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\ echo SUCCESS ;;
Modified: trunk/scripts/auto-build/pd-main+libs-auto-builder.sh =================================================================== --- trunk/scripts/auto-build/pd-main+libs-auto-builder.sh 2008-04-15 23:59:40 UTC (rev 9712) +++ trunk/scripts/auto-build/pd-main+libs-auto-builder.sh 2008-04-16 19:01:22 UTC (rev 9713) @@ -62,7 +62,7 @@ upload_filename=`ls -1 ${archive} | sed "s|.*/(.*).${archive_format}|\1-${HOSTNAME}.${archive_format}|"` case $SYSTEM in mingw*) - test -e ${archive} && /c/cygwin/bin/sh --login -c \ + test -e ${archive} && /c/cygwin/bin/sh -c \ "rsync -a ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\ echo SUCCESS ;;
Modified: trunk/scripts/auto-build/pd-puredyne-auto-builder.sh =================================================================== --- trunk/scripts/auto-build/pd-puredyne-auto-builder.sh 2008-04-15 23:59:40 UTC (rev 9712) +++ trunk/scripts/auto-build/pd-puredyne-auto-builder.sh 2008-04-16 19:01:22 UTC (rev 9713) @@ -62,7 +62,7 @@ upload_filename=`ls -1 ${archive} | sed "s|.*/(.*).${archive_format}|\1-${HOSTNAME}.${archive_format}|"` case $SYSTEM in mingw*) - test -e ${archive} && /c/cygwin/bin/sh --login -c \ + test -e ${archive} && /c/cygwin/bin/sh -c \ "rsync -a ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\ echo SUCCESS ;;
Modified: trunk/scripts/auto-build/run-automated-builder =================================================================== --- trunk/scripts/auto-build/run-automated-builder 2008-04-15 23:59:40 UTC (rev 9712) +++ trunk/scripts/auto-build/run-automated-builder 2008-04-16 19:01:22 UTC (rev 9713) @@ -25,7 +25,7 @@
case $SYSTEM in mingw*) - /c/cygwin/bin/sh --login -c \ + /c/cygwin/bin/sh -c \ "rsync -a ${LOGFILE} rsync://128.238.56.50/upload/${DATE}/logs/" ;; *)
Modified: trunk/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh =================================================================== --- trunk/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh 2008-04-15 23:59:40 UTC (rev 9712) +++ trunk/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh 2008-04-16 19:01:22 UTC (rev 9713) @@ -66,7 +66,7 @@ upload_filename=`ls -1 ${archive} | sed "s|.*/(.*).${archive_format}|\1-${HOSTNAME}.${archive_format}|"` case $SYSTEM in mingw*) - test -e ${archive} && /c/cygwin/bin/sh --login -c \ + test -e ${archive} && /c/cygwin/bin/sh -c \ "rsync -a ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\ echo SUCCESS ;;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.