From b0153d3f1de5f4a69096b3ad2595f45c82de0fd3 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 6 May 2016 20:23:02 +0200 Subject: [PATCH] Pull from more repositories Signed-off-by: Roland Haeder --- pull-stick.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pull-stick.sh b/pull-stick.sh index cd5cd1c..edc6784 100755 --- a/pull-stick.sh +++ b/pull-stick.sh @@ -19,7 +19,10 @@ for project in ${LIST}; do echo "$0: Pulling '${project}' ..." - git pull transport master + git pull -S origin master + git pull -S upstream master + git pull -S transport master + if [ "$?" != "0" ] then git pull --all || exit 255 -- 2.30.2