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

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


The following commit has been merged in the master branch:
commit d61afb38166478ad2219948f1cba199934ddea85
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Aug 10 23:00:03 2008 +0100

    Rework WGET_OPTIONS and use "--no-verbose" by default (just prints the URL).
    
    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 1e44f0a..94e14ea 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -28,9 +28,14 @@ Arguments "${@}"
 Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
-if [ "${LH_QUIET}" = "enabled" ]
+if [ "${LH_DEBUG}" = "enabled" ]
+then
+	WGET_OPTIONS="${WGET_OPTIONS} --verbose"
+elif [ "${LH_QUIET}" = "enabled" ]
 then
 	WGET_OPTIONS="${WGET_OPTIONS} --quiet"
+else
+	WGET_OPTIONS="${WGET_OPTIONS} --no-verbose"
 fi
 
 # Check d-i configuration

-- 
debian-live



More information about the debian-live-changes mailing list