[PD-cvs] scripts/auto-build prep-auto-build-upload, 1.4, 1.5 run-automated-builder, 1.9, 1.10

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Aug 22 15:49:37 CEST 2006


Update of /cvsroot/pure-data/scripts/auto-build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13129

Modified Files:
	prep-auto-build-upload run-automated-builder 
Log Message:
moved log files to a subdir for each day

Index: prep-auto-build-upload
===================================================================
RCS file: /cvsroot/pure-data/scripts/auto-build/prep-auto-build-upload,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** prep-auto-build-upload	8 Aug 2006 14:38:54 -0000	1.4
--- prep-auto-build-upload	22 Aug 2006 13:49:35 -0000	1.5
***************
*** 13,20 ****
  TODAYS_ROOT="${BUILD_ROOT}/${DATE}"
  
! chown -R root.root "${BUILD_ROOT}"     >> $LOGFILE 2>&1
! mkdir "${TODAYS_ROOT}"                 >> $LOGFILE 2>&1
! chown nobody.nogroup "${TODAYS_ROOT}"  >> $LOGFILE 2>&1
  
! chown -R pd.pd /home/pd/               >> $LOGFILE 2>&1
! chmod -R u+rw /home/pd/                >> $LOGFILE 2>&1
--- 13,21 ----
  TODAYS_ROOT="${BUILD_ROOT}/${DATE}"
  
! chown -R root.root "${BUILD_ROOT}"       >> $LOGFILE 2>&1
! mkdir "${TODAYS_ROOT}"                   >> $LOGFILE 2>&1
! mkdir "${TODAYS_ROOT}/logs"              >> $LOGFILE 2>&1
! chown -R nobody.nogroup "${TODAYS_ROOT}" >> $LOGFILE 2>&1
  
! chown -R pd.pd /home/pd/                 >> $LOGFILE 2>&1
! chmod -R u+rw /home/pd/                  >> $LOGFILE 2>&1

Index: run-automated-builder
===================================================================
RCS file: /cvsroot/pure-data/scripts/auto-build/run-automated-builder,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** run-automated-builder	13 Aug 2006 15:23:39 -0000	1.9
--- run-automated-builder	22 Aug 2006 13:49:35 -0000	1.10
***************
*** 16,20 ****
  	 su pd -c "sh /home/pd/auto-build/${distro}/scripts/auto-build/${distro}-auto-builder.sh" >> $LOGFILE 2>&1
  
! 	 rsync -a ${LOGFILE} rsync://128.238.56.50/upload/${DATE}/
  
  # send status report if something failed
--- 16,20 ----
  	 su pd -c "sh /home/pd/auto-build/${distro}/scripts/auto-build/${distro}-auto-builder.sh" >> $LOGFILE 2>&1
  
! 	 rsync -a ${LOGFILE} rsync://128.238.56.50/upload/${DATE}/logs/
  
  # send status report if something failed





More information about the Pd-cvs mailing list