commit | 31b681e0aaa2250a0429b0d5893fa7587a24ca07 | [log] [tgz] |
---|---|---|
author | Hernán Castañon Álvarez <hernanderes34@gmail.com> | Fri Mar 27 21:04:19 2015 +0100 |
committer | Jacob Whatley <jcbwhtly@gmail.com> | Tue Aug 22 20:32:07 2017 -0400 |
tree | 9398860cefb28cc461139a77ef547f1058ce9137 | |
parent | 5aedfbb045795c259256ba0f68975df45573d3aa [diff] |
default: Add actual branch for gerrit and repo init This is just a small change but will save time for new users so they just need to copy and paste the line in case of the repo init command. For the gerrit one just will save some time too, so they just need to add the project and them username. Change-Id: I91e2899a9bdcc38fac1c77fedb0e80e82e52f868
Our ROM is open source, and patches are always welcome! You can send patches by using these commands:
cd <project> <make edits> git add -A git commit -m "commit message" git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/android-5.1
Register at gerrit.omnirom.org and use the username that you registered there in the above command
Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits>
If you are going to make extra additions, just repeat steps (Don't start a new patch), but instead of git commit -m use git commit --amend. Gerrit will recognize it as a new patchset.
To view the status of your and others patches, visit OMNI ROM Code Review
To get started with OMNI ROM, you'll need to get familiar with Git and Repo.
To initialize your local repository using the OMNIROM trees, use a command like this:
repo init -u git://github.com/omnirom/android.git -b android-5.1
Then to sync up:
repo sync
Then to build:
cd <source-dir>; . build/envsetup.sh; brunch <device_name>
If you need more information or a more detailed guide, click here to see our wiki.
Our official IRC Channels are hosted on Freenode: