manifest: Update Readme for MR2
This was missed earlier. Change-Id: I148598916afe9270e62b728ec659b2c0d27658ee Signed-off-by: Alex Naidis <alex.naidis@linux.com>
This commit is contained in:
parent
44f89ecc1d
commit
6d4d7b9c9f
|
@ -41,7 +41,7 @@ $ cd WORKSPACE
|
|||
|
||||
# Install Repo in the created directory
|
||||
# Use a real name/email combination, if you intend to submit patches
|
||||
$ repo init -u https://github.com/AOSPA/manifest -b nougat-mr1
|
||||
$ repo init -u https://github.com/AOSPA/manifest -b nougat-mr2
|
||||
```
|
||||
|
||||
### Downloading the source tree ###
|
||||
|
@ -140,7 +140,7 @@ $ git add -A
|
|||
$ git commit -a -s
|
||||
|
||||
# Upload your changes
|
||||
$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/nougat-mr1
|
||||
$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/nougat-mr2
|
||||
```
|
||||
|
||||
### Making additional changes ###
|
||||
|
|
Loading…
Reference in New Issue