[SCM] debian-live branch, master, updated. 1.0_a48-1-38-gf7da00a
Chris Lamb
chris at chris-lamb.co.uk
Sun Aug 10 06:14:32 UTC 2008
The following commit has been merged in the master branch:
commit 14d1191d9057ad260de99de4ca06994cc64ab9e9
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