[SCM] live-build branch, debian-next, updated. debian/3.0_a55-1-2-ge2b2441

Daniel Baumann daniel at debian.org
Sun Jul 29 22:27:15 UTC 2012


The following commit has been merged in the debian-next branch:
commit e2b2441d86b06f7bec5235053d4656a7cc459a26
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jul 30 00:28:10 2012 +0200

    Adding messages about performing git operations when using --config.

diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 466f04f..23d44a9 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -874,12 +874,14 @@ if [ -n "${_CONFIG}" ]
 then
 	_GIT_REPOSITORY="$(echo ${_CONFIG} | sed -e 's|::.*$||')"
 
+	Echo_message "Cloning ${_GIT_REPOSITORY}"
 	git clone ${_GIT_REPOSITORY} ./
 
 	if [ "${_GIT_REPOSITORY}" != "${_CONFIG}" ]
 	then
 		_GIT_BRANCH="$(echo ${_CONFIG} | awk -F\:\: '{ print $NF }')"
 
+		Echo_message "Checking out ${_GIT_BRANCH}"
 		git checkout ${_GIT_BRANCH}
 	fi
 fi

-- 
live-build



More information about the debian-live-changes mailing list