From 0b6d68ce73a88f0f0b3bdf04796478771e831559 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 Feb 2012 15:54:37 +0100 Subject: Adding note about 404 errors that are on purpose when fetching udebs in derivative mode. --- scripts/build/lb_binary_debian-installer | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'scripts/build') diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer index 577fe9f79..2135b8c1e 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})" ] -- cgit v1.2.3