[SCM] live-helper branch, debian-next, updated. debian/2.0_a7-1-25-g01aeb63

Daniel Baumann daniel at debian.org
Sat Feb 20 15:26:47 UTC 2010


The following commit has been merged in the debian-next branch:
commit 01aeb63ae9e64c76a91afe6d1a786cfd74df945d
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 20 16:22:45 2010 +0100

    Updating image autobuild script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index e918c97..f051c1c 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -68,7 +68,7 @@ Set_defaults ()
 			DEBIAN_INSTALLER_GUI="false"
 
 			LIVE_INSTALLER="16"
-			LIVE_INITRAMFS="1.173.2-1"
+			LIVE_INITRAMFS="1.173.3-1"
 
 			mkdir -p config/binary_local-udebs
 			cd config/binary_local-udebs
@@ -105,8 +105,8 @@ do
 
 		if [ -e config ]
 		then
-			rm -f config/*
-			rmdir --ignore-fail-on-non-empty config/*
+			rm -f config/* || true
+			rmdir --ignore-fail-on-non-empty config/* || true
 		fi
 
 		rm -rf cache/packages*

-- 
live-helper



More information about the debian-live-changes mailing list