Revert "Test clone from AP gerrit mirror" 45/21745/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 1 Nov 2017 23:57:57 +0000 (16:57 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 1 Nov 2017 23:58:20 +0000 (16:58 -0700)
This reverts commit 528b68f0edde4f8c5cc6d7875ba203c81f2b9243.

Issue-ID: INT-146
Change-Id: I87418e9b83ec96239de4b3fa64265822eaaffe78
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
bootstrap/jenkins/scripts/clone-all.sh

index fbb8c24..d9da805 100755 (executable)
@@ -12,6 +12,6 @@
 while read p; do
     if [ ! -e $p ]; then
        echo $p
-       git clone git://gerrit-mirror-ap.onap.org/mirror/$p $p
+       git clone ssh://gerrit.onap.org:29418/$p $p
     fi
 done < projects.txt