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 <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2018-07-03 20:27:38 -07:00
parent 2725915f96
commit c5f87b56c5
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>