Merge "README.md/finishSetup: Correct the repo init example"
This commit is contained in:
commit
af21d9cf52
@ -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