[Debian-live-changes] r1781 - dists/trunk/live-webhelper

daniel at alioth.debian.org daniel at alioth.debian.org
Sat May 26 13:56:49 UTC 2007


Author: daniel
Date: 2007-05-26 13:56:49 +0000 (Sat, 26 May 2007)
New Revision: 1781

Modified:
   dists/trunk/live-webhelper/cron
   dists/trunk/live-webhelper/live-webhelper
Log:


Modified: dists/trunk/live-webhelper/cron
===================================================================
--- dists/trunk/live-webhelper/cron	2007-05-26 13:41:44 UTC (rev 1780)
+++ dists/trunk/live-webhelper/cron	2007-05-26 13:56:49 UTC (rev 1781)
@@ -41,7 +41,7 @@
 then
 	rm -rf "${DESTDIR}"/`date -d yesterday +%Y%m%d.%H`*
 
-	echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-webhelper: remove build `date -d yesterday +%Y%m%d.%H`" >> /var/log/live
+	echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-webhelper: remove web build (`date -d yesterday +%Y%m%d.%H`)." >> /var/log/live
 fi
 
 # Ok from here spin through the live-webhelper files we have waiting to build
@@ -52,7 +52,7 @@
 		# Reading build file
 		. "${FILE}"
 
-		echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-webhelper: begin build ${BUILD}" >> /var/log/live
+		echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-webhelper: begin web build (${BUILD})." >> /var/log/live
 
 		# Assembling standard options
 		if [ -n "${BINARY_IMAGE}" ]
@@ -203,6 +203,6 @@
 		# Removing build directory
 		rm -rf "${TEMPDIR}"/"${BUILD}"
 
-		echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-webhelper: end build ${BUILD}" >> /var/log/live
+		echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-webhelper: end web build (${BUILD})." >> /var/log/live
 	done
 fi

Modified: dists/trunk/live-webhelper/live-webhelper
===================================================================
--- dists/trunk/live-webhelper/live-webhelper	2007-05-26 13:41:44 UTC (rev 1780)
+++ dists/trunk/live-webhelper/live-webhelper	2007-05-26 13:56:49 UTC (rev 1781)
@@ -111,7 +111,7 @@
 ISO_VOLUME="${ISO_VOLUME}"
 EOF
 
-	echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-webhelper: add build ${BUILD}" >> /var/log/live
+	echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-webhelper: add web build (${BUILD})." >> /var/log/live
 fi
 
 sed -e "s/VERSION/${VERSION}/" "${TEMPLATES}"/footer.html




More information about the Debian-live-changes mailing list