From e2b2441d86b06f7bec5235053d4656a7cc459a26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 30 Jul 2012 00:28:10 +0200 Subject: Adding messages about performing git operations when using --config. --- scripts/build/lb_config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/build') diff --git a/scripts/build/lb_config b/scripts/build/lb_config index 466f04f7c..23d44a9e5 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 -- cgit v1.2.3