From c5f87b56c508c687676fe953f68f874b71a8b81d Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 3 Jul 2018 20:27:38 -0700 Subject: [PATCH] README.md/finishSetup: Correct the repo init example Both the source URL format and default manifest (-m) were incorrect Change-Id: I794279f5bad2ffdc586f09d5efa6d3d2d0c9dc10 Signed-off-by: Saul Wold --- README.md | 2 +- toCOPY/finishSetup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 518e2e17..3dde1fa8 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ $ ssh-add # Initialize the source tree. ``` cd $MY_REPO_ROOT_DIR -repo init -u git@git.openstack.org:openstack/stx-manifest.git -m stx-manifest.xml +repo init -u git://git.openstack.org/openstack/stx-manifest.git -m default.xml repo sync ``` diff --git a/toCOPY/finishSetup.sh b/toCOPY/finishSetup.sh index 25144d12..3780ed4a 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@github.com:starlingx-staging/stx-manifest.git stx-manifest.xml + repo init -u git://git.openstack.org/openstack/stx-manifest.git -m default.xml To build all packages: cd \$MY_REPO build-pkgs or build-pkgs