Merge "README.md/finishSetup: Correct the repo init example"

This commit is contained in:
Zuul 2018-07-10 11:31:07 +00:00 committed by Gerrit Code Review
commit af21d9cf52
2 changed files with 2 additions and 2 deletions

View File

@ -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
```

View File

@ -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 <pkglist>