Skip to content

Commit

Permalink
Update README for new domain
Browse files Browse the repository at this point in the history
Signed-off-by: Anunay Maheshwari <[email protected]>
Change-Id: Ibfde45024b1df126007a4a6412c4880f534999c9
  • Loading branch information
Anunay Maheshwari committed Feb 3, 2020
1 parent ff7d128 commit 78aff0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ time mka kronic

## Submitting Patches ##

You can submit your patches to AOSiP just by registering at "https://review.aosiprom.com"
You can submit your patches to AOSiP just by registering at "https://review.aosip.dev"

Open up terminal to create your ssh keys required for submitting patches to gerrit and type in:

Expand Down Expand Up @@ -60,15 +60,15 @@ Type out a commit message that makes sense for the proposed change
Ctrl O, then Ctrl X to save and exit

```bash
git push ssh://USERNAME@review.aosiprom.com:29418/PROJECT HEAD:refs/for/BRANCH
git push ssh://USERNAME@review.aosip.dev:29418/PROJECT HEAD:refs/for/BRANCH
```
BRANCH - i.e ten
PROJECT - i.e AOSIP/platform_packages_apps_OwlsNest
USERNAME - i.e Shreesha

If you're feeling extra lazy, you can submit streamline the process. First you need to tell git about your gerrit username:
```bash
git config --global review.review.aosiprom.com.username <Your username registered at AOSiP gerrit>
git config --global review.review.aosip.dev.username <Your username registered at AOSiP gerrit>
```

Now you can run these commands to push changes to gerrit. Note: the first command only needs run once from each project.
Expand Down

0 comments on commit 78aff0a

Please sign in to comment.