[Debian-live-changes] r1109 - in dists/trunk/live-helper: debian examples

Daniel Baumann daniel at alioth.debian.org
Fri Apr 20 12:32:42 UTC 2007


Author: daniel
Date: 2007-04-20 12:32:41 +0000 (Fri, 20 Apr 2007)
New Revision: 1109

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


Modified: dists/trunk/live-helper/debian/cron.daily
===================================================================
--- dists/trunk/live-helper/debian/cron.daily	2007-04-19 15:31:13 UTC (rev 1108)
+++ dists/trunk/live-helper/debian/cron.daily	2007-04-20 12:32:41 UTC (rev 1109)
@@ -28,7 +28,7 @@
 # Check for build directory
 if [ ! -d "${AUTOBUILD_TEMPDIR}" ]
 then
-	mkdir -p "${AUTOBUILD_TEMPDIR}"
+	mkdir -p "${AUTOBUILD_TEMPDIR}"/debain-live
 else
 	# FIXME: maybe we should just remove the left overs.
 	echo "E: ${AUTOBUILD_TEMPDIR} needs cleanup."

Modified: dists/trunk/live-helper/examples/daily-builds.cron.sh
===================================================================
--- dists/trunk/live-helper/examples/daily-builds.cron.sh	2007-04-19 15:31:13 UTC (rev 1108)
+++ dists/trunk/live-helper/examples/daily-builds.cron.sh	2007-04-20 12:32:41 UTC (rev 1109)
@@ -40,7 +40,7 @@
 # Check for build directory
 if [ ! -d "${AUTOBUILD_TEMPDIR}" ]
 then
-	mkdir -p "${AUTOBUILD_TEMPDIR}"
+	mkdir -p "${AUTOBUILD_TEMPDIR}"/debian-live
 else
 	# FIXME: maybe we should just remove the left overs.
 	echo "E: ${AUTOBUILD_TEMPDIR} needs cleanup."

Modified: dists/trunk/live-helper/examples/etch+beryl-builds.cron.sh
===================================================================
--- dists/trunk/live-helper/examples/etch+beryl-builds.cron.sh	2007-04-19 15:31:13 UTC (rev 1108)
+++ dists/trunk/live-helper/examples/etch+beryl-builds.cron.sh	2007-04-20 12:32:41 UTC (rev 1109)
@@ -40,7 +40,7 @@
 # Check for build directory
 if [ ! -d "${AUTOBUILD_TEMPDIR}" ]
 then
-	mkdir -p "${AUTOBUILD_TEMPDIR}"
+	mkdir -p "${AUTOBUILD_TEMPDIR}"/debian-live
 else
 	# FIXME: maybe we should just remove the left overs.
 	echo "E: ${AUTOBUILD_TEMPDIR} needs cleanup."

Modified: dists/trunk/live-helper/examples/etch-builds.cron.sh
===================================================================
--- dists/trunk/live-helper/examples/etch-builds.cron.sh	2007-04-19 15:31:13 UTC (rev 1108)
+++ dists/trunk/live-helper/examples/etch-builds.cron.sh	2007-04-20 12:32:41 UTC (rev 1109)
@@ -40,7 +40,7 @@
 # Check for build directory
 if [ ! -d "${AUTOBUILD_TEMPDIR}" ]
 then
-	mkdir -p "${AUTOBUILD_TEMPDIR}"
+	mkdir -p "${AUTOBUILD_TEMPDIR}"/debian-live
 else
 	# FIXME: maybe we should just remove the left overs.
 	echo "E: ${AUTOBUILD_TEMPDIR} needs cleanup."

Modified: dists/trunk/live-helper/examples/weekly-builds.cron.sh
===================================================================
--- dists/trunk/live-helper/examples/weekly-builds.cron.sh	2007-04-19 15:31:13 UTC (rev 1108)
+++ dists/trunk/live-helper/examples/weekly-builds.cron.sh	2007-04-20 12:32:41 UTC (rev 1109)
@@ -40,7 +40,7 @@
 # Check for build directory
 if [ ! -d "${AUTOBUILD_TEMPDIR}" ]
 then
-	mkdir -p "${AUTOBUILD_TEMPDIR}"
+	mkdir -p "${AUTOBUILD_TEMPDIR}"/debian-live
 else
 	# FIXME: maybe we should just remove the left overs.
 	echo "E: ${AUTOBUILD_TEMPDIR} needs cleanup."




More information about the Debian-live-changes mailing list