[SCM] live-build branch, debian-next, updated. debian/3.0_a42-1-11-g314317f

Daniel Baumann daniel at debian.org
Sat Feb 4 14:55:08 UTC 2012


The following commit has been merged in the debian-next branch:
commit 314317f38df5ca48bffc9fe85c8c7c0d70f0b176
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 4 15:54:37 2012 +0100

    Adding note about 404 errors that are on purpose when fetching udebs in derivative mode.

diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 577fe9f..2135b8c 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -523,7 +523,14 @@ then
 
 	UDEBS="${UDEBS} $(awk '/Filename: / { print $2 }' Packages)"
 
-	# Downloading udebs
+	# Downloading udebs packages
+	Echo_message "Downloading udebs..."
+
+	if [ "${LB_DERIVATIVE}" = "true" ]
+	then
+		Echo_message "Building in derivative mode in debian+ layout.. a lot of 404 errors are ok here."
+	fi
+
 	for UDEB in ${UDEBS}
 	do
 		if [ -f ../cache/packages_debian-installer.udeb/"$(basename ${UDEB})" ]

-- 
live-build



More information about the debian-live-changes mailing list