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:
parent
2725915f96
commit
c5f87b56c5
@ -168,7 +168,7 @@ $ ssh-add
|
|||||||
# Initialize the source tree.
|
# Initialize the source tree.
|
||||||
```
|
```
|
||||||
cd $MY_REPO_ROOT_DIR
|
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
|
repo sync
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ To ease checkout do:
|
|||||||
ssh-add
|
ssh-add
|
||||||
To start a fresh source tree:
|
To start a fresh source tree:
|
||||||
cd \$MY_REPO_ROOT_DIR
|
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:
|
To build all packages:
|
||||||
cd \$MY_REPO
|
cd \$MY_REPO
|
||||||
build-pkgs or build-pkgs <pkglist>
|
build-pkgs or build-pkgs <pkglist>
|
||||||
|
Loading…
Reference in New Issue
Block a user