[SCM] live-build branch, debian-next, updated. debian/3.0_a54-1-7-gca39b19

Daniel Baumann daniel at debian.org
Sat Jul 28 17:22:29 UTC 2012


The following commit has been merged in the debian-next branch:
commit ca39b19392c9dc5d3107f3c9751834731a31c5d2
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jul 28 19:23:23 2012 +0200

    Also re-do auto/config in lb_config when bootstrapping config tree from a git repository.

diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 7db9e37..3027a8e 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -905,6 +905,19 @@ then
 	git clone ${_CONFIG}
 	cd $(basename ${_CONFIG} .git)
 
+	# Read meta config
+	if [ "${1}" != "noauto" ] && [ -x auto/config ]
+	then
+		Echo_message "Executing auto/config script."
+		./auto/config "${@}"
+		exit ${?}
+	fi
+
+	if [ "${1}" = "noauto" ]
+	then
+		shift
+	fi
+
 	# Reading existing configuration
 	Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 

-- 
live-build



More information about the debian-live-changes mailing list