[Debian-live-changes] r2255 - dists/trunk/live-helper/examples/cron

daniel at alioth.debian.org daniel at alioth.debian.org
Wed Jun 27 12:30:32 UTC 2007


Author: daniel
Date: 2007-06-27 12:30:31 +0000 (Wed, 27 Jun 2007)
New Revision: 2255

Modified:
   dists/trunk/live-helper/examples/cron/etch.sh
   dists/trunk/live-helper/examples/cron/lenny.sh
   dists/trunk/live-helper/examples/cron/sid.sh
Log:


Modified: dists/trunk/live-helper/examples/cron/etch.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/etch.sh	2007-06-27 12:23:04 UTC (rev 2254)
+++ dists/trunk/live-helper/examples/cron/etch.sh	2007-06-27 12:30:31 UTC (rev 2255)
@@ -53,7 +53,7 @@
 	exit 1
 fi
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin etch build." >> /var/log/live
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin ${BUILD} build." >> /var/log/live
 
 for ARCHITECTURE in ${ARCHITECTURES}
 do
@@ -167,4 +167,4 @@
 rm -f "${DESTDIR}"/"${BUILD}"-builds/current
 ln -s ${DATE} "${DESTDIR}"/"${BUILD}"-builds/current
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end etch build." >> /var/log/live
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end ${BUILD} build." >> /var/log/live

Modified: dists/trunk/live-helper/examples/cron/lenny.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/lenny.sh	2007-06-27 12:23:04 UTC (rev 2254)
+++ dists/trunk/live-helper/examples/cron/lenny.sh	2007-06-27 12:30:31 UTC (rev 2255)
@@ -53,7 +53,7 @@
 	exit 1
 fi
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin weekly build." >> /var/log/live
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin ${BUILD} build." >> /var/log/live
 
 for ARCHITECTURE in ${ARCHITECTURES}
 do
@@ -167,4 +167,4 @@
 rm -f "${DESTDIR}"/"${BUILD}"-builds/current
 ln -s ${DATE} "${DESTDIR}"/"${BUILD}"-builds/current
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end weekly build." >> /var/log/live
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end ${BUILD} build." >> /var/log/live

Modified: dists/trunk/live-helper/examples/cron/sid.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/sid.sh	2007-06-27 12:23:04 UTC (rev 2254)
+++ dists/trunk/live-helper/examples/cron/sid.sh	2007-06-27 12:30:31 UTC (rev 2255)
@@ -53,7 +53,7 @@
 	exit 1
 fi
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin daily build." >> /var/log/live
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin ${BUILD} build." >> /var/log/live
 
 for ARCHITECTURE in ${ARCHITECTURES}
 do
@@ -167,4 +167,4 @@
 rm -f "${DESTDIR}"/"${BUILD}"-builds/current
 ln -s ${DATE} "${DESTDIR}"/"${BUILD}"-builds/current
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end daily build." >> /var/log/live
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end ${BUILD} build." >> /var/log/live




More information about the Debian-live-changes mailing list