From a1e305a83f7cfc8178bd2ea291af608da06bddd9 Mon Sep 17 00:00:00 2001 From: Abraham Arce Date: Fri, 27 Jul 2018 15:33:09 -0500 Subject: [PATCH] Build Container Finish Setup Git Protocol Using https://git.starlingx.io/stx-XXXX form URLs for git clone and repo init commands. Change-Id: I0d0e07bc2f15ce052ee954e0c0698a24f03a7f28 Co-authored-by: Dean Troyer Signed-off-by: Abraham Arce --- toCOPY/finishSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toCOPY/finishSetup.sh b/toCOPY/finishSetup.sh index 3780ed4a..8b67c515 100755 --- a/toCOPY/finishSetup.sh +++ b/toCOPY/finishSetup.sh @@ -46,7 +46,7 @@ To ease checkout do: ssh-add To start a fresh source tree: cd \$MY_REPO_ROOT_DIR - repo init -u git://git.openstack.org/openstack/stx-manifest.git -m default.xml + repo init -u https://git.starlingx.io/stx-manifest.git -m default.xml To build all packages: cd \$MY_REPO build-pkgs or build-pkgs