[SCM] live-build branch, debian-next, updated. debian/3.0_a37-1-5-g2c1c76e

Daniel Baumann daniel at debian.org
Thu Oct 27 19:59:04 UTC 2011


The following commit has been merged in the debian-next branch:
commit 2c1c76edcf7ad40a0e7e97b196bbf45b0da74575
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Oct 27 21:58:16 2011 +0200

    Bail out early in lb_source if source is disabled (Closes: #646807).

diff --git a/scripts/build/lb_source b/scripts/build/lb_source
index 62b016a..4331a42 100755
--- a/scripts/build/lb_source
+++ b/scripts/build/lb_source
@@ -31,6 +31,11 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
+if [ "${LB_SOURCE}" != "true" ]
+then
+	exit 0
+fi
+
 #Require_stagefile
 
 # Setup cleanup function

-- 
live-build



More information about the debian-live-changes mailing list