Merge changes Ic3741f89,I21472a39
authorMike Marchetti <mmarchetti@sandvine.com>
Fri, 17 Nov 2017 14:38:18 +0000 (15:38 +0100)
committerGerrit Code Review <root@osm.etsi.org>
Fri, 17 Nov 2017 14:38:18 +0000 (15:38 +0100)
* changes:
  add utilities for artifact cleanup
  systest makefile fixes

1  2 
tools/newtag.sh

diff --cc 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