aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkdn
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-01-18 16:41:55 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-01-18 16:42:46 +0000
commit22122ea6618c6f4138fc1028bd3dae981697d2ad (patch)
tree119294e4a152a644c36f69a63944ac681f02bee7 /README.mkdn
parent0937db39d9b299335708f9c3220ff924f63ff9de (diff)
downloadvendor_replicant-22122ea6618c6f4138fc1028bd3dae981697d2ad.tar.gz
vendor_replicant-22122ea6618c6f4138fc1028bd3dae981697d2ad.tar.bz2
vendor_replicant-22122ea6618c6f4138fc1028bd3dae981697d2ad.zip
update readme and changelog
Change-Id: I450094840adfe01b2c75d7e8406b3cc53f0a8072
Diffstat (limited to 'README.mkdn')
-rw-r--r--README.mkdn12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.mkdn b/README.mkdn
index fcb5c997..998186b3 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -11,7 +11,7 @@ You can do this by using these commands:
(Go to repo you are patching, make your changes and commit)
cmgerrit <for(new)/changes(patch set)> <branch/change-id>
- repo start ics .
+ repo start jb .
(Make your changes and commit)
repo upload .
Note: "." meaning current directory
@@ -20,7 +20,7 @@ For more help on using this tool, use this command: repo help upload
Make your changes and commit with a detailed message, starting with what you are working with (i.e. vision: Update Kernel)
Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits>
-To view the status of your and others' patches, visit [CyanogenMod Code Review](http://review.cyanogenmod.com/)
+To view the status of your and others' patches, visit [CyanogenMod Code Review](http://review.cyanogenmod.org/)
Getting Started
@@ -31,20 +31,20 @@ familiar with [Git and Repo](http://source.android.com/download/using-repo).
To initialize your local repository using the CyanogenMod trees, use a command like this:
- repo init -u git://github.com/CyanogenMod/android.git -b ics
+ repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
Then to sync up:
repo sync
-Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.com/) for building instructions.
+Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.org/) for building instructions.
For more information on this Github Organization and how it is structured,
-please [read the wiki article](http://wiki.cyanogenmod.com/index.php/Github_Organization)
+please [read the wiki article](http://wiki.cyanogenmod.org/index.php/Github_Organization)
Buildbot
--------
All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable.
-You can view the current build statuses at [buildbot.teamdouche.net](http://buildbot.teamdouche.net/)
+You can view the current build statuses at [jenkins.cyanogenmod.org/](http://jenkins.cyanogenmod.org/)