Update of /cvsroot/pure-data/scripts/auto-build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10040
Modified Files: run-automated-builder Log Message: added hostname to logfile name so that the logfiles can be distiguished from each other once uploaded to the web server
Index: run-automated-builder =================================================================== RCS file: /cvsroot/pure-data/scripts/auto-build/run-automated-builder,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** run-automated-builder 12 Aug 2006 21:52:59 -0000 1.8 --- run-automated-builder 13 Aug 2006 15:23:39 -0000 1.9 *************** *** 11,15 **** distro=$1
! LOGFILE=/home/pd/logs/${DATE}_${TIME}_-_${SYSTEM}_-_${distro}_-_${SCRIPT}.txt touch ${LOGFILE}
--- 11,15 ---- distro=$1
! LOGFILE=/home/pd/logs/${DATE}_${TIME}_${SYSTEM}_${HOSTNAME}_${distro}_${SCRIPT}.txt touch ${LOGFILE}