manifest: README: This is CAF!!!!!!

This commit is contained in:
Jake Weinstein 2015-12-20 17:44:48 +00:00
parent ae01e5748f
commit 5ad453d0e8
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,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 marshmallow
$ repo init -u https://github.com/AOSPA/manifest -b marshmallow-caf
```
### Downloading the source tree ###
@ -138,7 +138,7 @@ $ git add -A
$ git commit -a -s
# Upload your changes
$ git push ssh://USERNAME@gerrit.paranoidandroid.co:29418/AOSPA/PROJECT HEAD:refs/for/marshmallow
$ git push ssh://USERNAME@gerrit.paranoidandroid.co:29418/AOSPA/PROJECT HEAD:refs/for/marshmallow-caf
```
### Making additional changes ###