Be verbose on updating. Useful

This commit is contained in:
Igor Pečovnik 2015-12-18 11:41:18 +01:00
parent 1435d5d605
commit 9631301179

View File

@ -66,7 +66,7 @@ if [ -d "$SOURCES/$2/$GITHUBSUBDIR" ]; then
cd $SOURCES/$2/$GITHUBSUBDIR
git checkout -q $FORCE $3
display_alert "... updating" "$2" "info"
PULL=$(git pull -q)
PULL=$(git pull)
else
if [[ -n $3 && -n "$(git ls-remote $1 | grep "$tag")" ]]; then
display_alert "... creating a shallow clone" "$2 $3" "info"