summaryrefslogtreecommitdiffstats
path: root/README.mkdn
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2017-08-22 01:24:12 +0300
committerMichael Bestas <mkbestas@lineageos.org>2017-08-23 02:34:13 +0300
commit8140ded218bdccee2564cd9c6fe277e4f840799c (patch)
tree500b6b976b326ae1166a5a6eabe76d9ade250e8b /README.mkdn
parentad2d94d64416c2e9961410af4a2ef56a5ec22fd0 (diff)
downloadandroid-8140ded218bdccee2564cd9c6fe277e4f840799c.tar.gz
android-8140ded218bdccee2564cd9c6fe277e4f840799c.tar.bz2
android-8140ded218bdccee2564cd9c6fe277e4f840799c.zip
Initial manifest for Lineage 15.0
Change-Id: Id0999e626f27e8002c985b9ce99566589f7369c6
Diffstat (limited to 'README.mkdn')
-rw-r--r--README.mkdn6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.mkdn b/README.mkdn
index 85386971..ce976c93 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -10,9 +10,9 @@ You can do this by using these commands:
(From root android directory)
. build/envsetup.sh
(Go to repo you are patching, make your changes and commit)
- cmgerrit <for(new)/changes(patch set)> <branch/change-id>
+ lineagegerrit <for(new)/changes(patch set)> <branch/change-id>
- repo start cm-14.1 .
+ repo start lineage-15.0 .
(Make your changes and commit)
repo upload .
@@ -33,7 +33,7 @@ familiar with [Git and Repo](https://source.android.com/source/using-repo.html).
To initialize your local repository using the LineageOS trees, use a command like this:
- repo init -u git://github.com/LineageOS/android.git -b cm-14.1
+ repo init -u git://github.com/LineageOS/android.git -b lineage-15.0
Then to sync up: