[Debian-live-changes] r1750 - in dists/trunk/live-helper: . debian examples/cron

daniel at alioth.debian.org daniel at alioth.debian.org
Fri May 25 20:10:50 UTC 2007


Author: daniel
Date: 2007-05-25 20:10:50 +0000 (Fri, 25 May 2007)
New Revision: 1750

Modified:
   dists/trunk/live-helper/Makefile
   dists/trunk/live-helper/debian/cron.daily
   dists/trunk/live-helper/debian/postrm
   dists/trunk/live-helper/examples/cron/daily.sh
   dists/trunk/live-helper/examples/cron/etch+beryl.sh
   dists/trunk/live-helper/examples/cron/etch.sh
   dists/trunk/live-helper/examples/cron/snapshots.sh
   dists/trunk/live-helper/examples/cron/weekly.sh
Log:


Modified: dists/trunk/live-helper/Makefile
===================================================================
--- dists/trunk/live-helper/Makefile	2007-05-25 20:07:01 UTC (rev 1749)
+++ dists/trunk/live-helper/Makefile	2007-05-25 20:10:50 UTC (rev 1750)
@@ -89,7 +89,7 @@
 	done
 
 	# Uninstalling logfile
-	rm -f $(DESTDIR)/var/log/live-helper*
+	rm -f $(DESTDIR)/var/log/live*
 
 update:
 	set -e; for MANPAGE in manpages/*.de.* manpages/*.en.*; \

Modified: dists/trunk/live-helper/debian/cron.daily
===================================================================
--- dists/trunk/live-helper/debian/cron.daily	2007-05-25 20:07:01 UTC (rev 1749)
+++ dists/trunk/live-helper/debian/cron.daily	2007-05-25 20:10:50 UTC (rev 1750)
@@ -35,7 +35,7 @@
 	exit 1
 fi
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin daily build" >> /var/log/live-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin daily build" >> /var/log/live
 
 for ARCHITECTURE in ${ARCHITECTURES}
 do
@@ -149,4 +149,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-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end daily build" >> /var/log/live

Modified: dists/trunk/live-helper/debian/postrm
===================================================================
--- dists/trunk/live-helper/debian/postrm	2007-05-25 20:07:01 UTC (rev 1749)
+++ dists/trunk/live-helper/debian/postrm	2007-05-25 20:10:50 UTC (rev 1750)
@@ -4,7 +4,7 @@
 
 case "$1" in
 	purge)
-		rm -f /var/log/live-helper*
+		rm -f /var/log/live*
 		;;
 
 	remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)

Modified: dists/trunk/live-helper/examples/cron/daily.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/daily.sh	2007-05-25 20:07:01 UTC (rev 1749)
+++ dists/trunk/live-helper/examples/cron/daily.sh	2007-05-25 20:10:50 UTC (rev 1750)
@@ -53,7 +53,7 @@
 	exit 1
 fi
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin daily build" >> /var/log/live-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin daily 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-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end daily build" >> /var/log/live

Modified: dists/trunk/live-helper/examples/cron/etch+beryl.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/etch+beryl.sh	2007-05-25 20:07:01 UTC (rev 1749)
+++ dists/trunk/live-helper/examples/cron/etch+beryl.sh	2007-05-25 20:10:50 UTC (rev 1750)
@@ -53,7 +53,7 @@
 	exit 1
 fi
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin etch+beryl build" >> /var/log/live-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin etch+beryl build" >> /var/log/live
 
 for ARCHITECTURE in ${ARCHITECTURES}
 do
@@ -176,4 +176,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+beryl build" >> /var/log/live-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end etch+beryl build" >> /var/log/live

Modified: dists/trunk/live-helper/examples/cron/etch.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/etch.sh	2007-05-25 20:07:01 UTC (rev 1749)
+++ dists/trunk/live-helper/examples/cron/etch.sh	2007-05-25 20:10:50 UTC (rev 1750)
@@ -53,7 +53,7 @@
 	exit 1
 fi
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin etch build" >> /var/log/live-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin etch 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-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end etch build" >> /var/log/live

Modified: dists/trunk/live-helper/examples/cron/snapshots.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/snapshots.sh	2007-05-25 20:07:01 UTC (rev 1749)
+++ dists/trunk/live-helper/examples/cron/snapshots.sh	2007-05-25 20:10:50 UTC (rev 1750)
@@ -36,7 +36,7 @@
 # Creating lock file
 echo "${DATE_START}" > "${SERVER}"/Archive-Update-in-Progress
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin snapshot build" >> /var/log/live-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin snapshot build" >> /var/log/live
 
 # Processing packages
 for PACKAGE in ${PACKAGES}
@@ -131,4 +131,4 @@
 # Removing build directory
 rm -rf "${TEMPDIR}"
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end snapshot build" >> /var/log/live-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end snapshot build" >> /var/log/live

Modified: dists/trunk/live-helper/examples/cron/weekly.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/weekly.sh	2007-05-25 20:07:01 UTC (rev 1749)
+++ dists/trunk/live-helper/examples/cron/weekly.sh	2007-05-25 20:10:50 UTC (rev 1750)
@@ -53,7 +53,7 @@
 	exit 1
 fi
 
-echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin weekly build" >> /var/log/live-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: begin weekly 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-helper
+echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper: end weekly build" >> /var/log/live




More information about the Debian-live-changes mailing list