[SCM] live-build branch, debian, updated. debian/3.0_a42-1-25-g6c98972

Daniel Baumann daniel at debian.org
Mon Feb 6 22:26:21 UTC 2012


The following commit has been merged in the debian branch:
commit 0b6d68ce73a88f0f0b3bdf04796478771e831559
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