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:
Alex Naidis 2017-04-27 18:38:02 +02:00
parent 44f89ecc1d
commit 6d4d7b9c9f
No known key found for this signature in database
GPG Key ID: 2189D927FC512DF6
1 changed files with 2 additions and 2 deletions

View File

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