Update of /cvsroot/pure-data/scripts/auto-build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11379
Modified Files: run-automated-builder Log Message: make sure the script is executable before trying to run it
Index: run-automated-builder =================================================================== RCS file: /cvsroot/pure-data/scripts/auto-build/run-automated-builder,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** run-automated-builder 3 Aug 2006 14:17:54 -0000 1.4 --- run-automated-builder 7 Aug 2006 20:11:08 -0000 1.5 *************** *** 11,18 **** distro=$1
! LOGFILE=/home/pd/logs/${DATE}_-_${TIME}_-_${SCRIPT}_-_${distro}_-_${SYSTEM}.txt ! touch ${LOGFILE}
! su - pd -c /home/pd/auto-build/${distro}/scripts/auto-build/${distro}-auto-builder.sh >> $LOGFILE 2>&1
# send status report --- 11,21 ---- distro=$1
! LOGFILE=/home/pd/logs/${DATE}_${TIME}_-_${SYSTEM}_-_${distro}_-_${SCRIPT}.txt ! touch ${LOGFILE}
! chmod a+x /home/pd/auto-build/${distro}/scripts/auto-build/${distro}-auto-builder.sh\ ! >> $LOGFILE 2>&1 ! su pd -c /home/pd/auto-build/${distro}/scripts/auto-build/${distro}-auto-builder.sh\ ! >> $LOGFILE 2>&1
# send status report