From: Mike Marchetti Date: Fri, 17 Nov 2017 14:38:18 +0000 (+0100) Subject: Merge changes Ic3741f89,I21472a39 X-Git-Tag: v3.0.2~16 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e609a968bf8054d76196781a4bd80e679c6184dc;p=osm%2Fdevops.git Merge changes Ic3741f89,I21472a39 * changes: add utilities for artifact cleanup systest makefile fixes --- e609a968bf8054d76196781a4bd80e679c6184dc diff --cc tools/newtag.sh index 2f114feb,66a72ff0..124c2610 --- a/tools/newtag.sh +++ b/tools/newtag.sh @@@ -25,10 -24,9 +25,9 @@@ if [ -z "$list" ]; the fi for i in $list; do - echo echo $i if [ ! -d $i ]; then - git clone https://osm.etsi.org/gerrit/osm/$i + git clone ssh://$USER@osm.etsi.org:29418/osm/$i fi git -C $i checkout master git -C $i pull --rebase