[SCM] debian-live branch, master, updated. 1.0_a48-1-98-gea96223

Daniel Baumann daniel at debian.org
Sat Aug 23 22:49:24 UTC 2008


The following commit has been merged in the master branch:
commit dae3287ca92404f844553f4773b787c5f6250eee
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Aug 10 07:02:33 2008 +0100

    Fix bug in LH_DEBIAN_INSTALLER_DISTRIBUTION = "daily" handling.
    
    Was causing build failures as it was trying to download files from a
    "daily" component of a mirror.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 3819597..1e44f0a 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -250,6 +250,8 @@ fi
 
 if [ "${LH_DEBIAN_INSTALLER_DISTRIBUTION}" = "daily" ]
 then
+	LH_DEBIAN_INSTALLER_DISTRIBUTION="sid"
+
 	# Debian Installer daily builds
 	case "${LH_ARCHITECTURE}" in
 		alpha)

-- 
debian-live



More information about the debian-live-changes mailing list