From 329f1fc13913b8d744f6aa558669fabd4e307dd2 Mon Sep 17 00:00:00 2001 From: David Buzz Date: Sun, 24 Dec 2017 05:04:00 +0000 Subject: [PATCH] increased verbosity a lot inside alt_sync.sh, as it helps to see the repos and branches etc --- solo-builder/alt_sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solo-builder/alt_sync.sh b/solo-builder/alt_sync.sh index 6a53c29..900dfee 100755 --- a/solo-builder/alt_sync.sh +++ b/solo-builder/alt_sync.sh @@ -2,6 +2,8 @@ # alternative to the 'sync' tool, which puts stuff in /solo-build, for now we'll use /solo-build-alt # # 'master', 'tags/2.9.94' ( for a tag) or '2.9.94' ( for a branch ) is ok: +set -xv + name=$1 echo "git reference: $name" #