Chris Soyars | 5c51376 | 2010-07-05 03:40:52 +0000 | [diff] [blame] | 1 | CyanogenMod |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 2 | =========== |
Chris Soyars | 5c51376 | 2010-07-05 03:40:52 +0000 | [diff] [blame] | 3 | |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 4 | Submitting Patches |
| 5 | ------------------ |
| 6 | Patches are always welcome! Please send pull requests with your patches! If at all possible please rebase your |
| 7 | repository before sending a pull request. You can do this by using the following command: |
Chris Soyars | 5c51376 | 2010-07-05 03:40:52 +0000 | [diff] [blame] | 8 | |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 9 | git pull --rebase git://github.com/CyanogenMod/path_to_project.git froyo |
| 10 | |
| 11 | This makes accepting patches MUCH easier for our comitters. |
| 12 | |
| 13 | Getting Started |
| 14 | --------------- |
| 15 | |
| 16 | To get started with Android/CyanogenMod, you'll need to get |
| 17 | familiar with [Git and Repo](http://source.android.com/download/using-repo). |
| 18 | |
| 19 | To initialize your local repository using the CyanogenMod trees, use a command like this: |
| 20 | |
| 21 | repo init -u git://github.com/CyanogenMod/android.git -b froyo |
| 22 | |
| 23 | Then to sync up: |
| 24 | |
| 25 | repo sync |
| 26 | |
| 27 | Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.com/) for building instructions. |
| 28 | |
| 29 | For more information on this Github Organization and how it is structured, |
| 30 | please [read the wiki article](http://wiki.cyanogenmod.com/index.php/Github_Organization) |
| 31 | |
| 32 | Buildbot |
| 33 | -------- |
| 34 | |
| 35 | All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable. |
| 36 | |
| 37 | You can view the current build statuses at [buildbot.teamdouche.net](http://buildbot.teamdouche.net/) |