README: Remove info about gerrit server

We are not using the gerrit server anymore.
Send patches using the mailing list.

Signed-off-by: Andrei Gherzan <andrei@resin.io>
This commit is contained in:
Andrei Gherzan 2015-03-01 01:21:04 +01:00
parent 7146e12374
commit 23add242bc

31
README
View File

@ -6,8 +6,6 @@ Mailing list (yocto mailing list):
yocto@yoctoproject.org yocto@yoctoproject.org
Issues management (redmine): Issues management (redmine):
http://redmine.gherzan.ro/projects/meta-raspberrypi http://redmine.gherzan.ro/projects/meta-raspberrypi
Change review (gerrit):
https://review.gherzan.ro:8443/#/q/project:meta-raspberrypi
Contents: Contents:
@ -30,8 +28,7 @@ Contents:
4. Source code and mirrors 4. Source code and mirrors
5. Contribution 5. Contribution
5.A. Mailing List 5.A. Mailing List
5.B. Gerrit Review Server 5.B. Redmine
5.C. Redmine
6. Maintainers 6. Maintainers
@ -208,9 +205,6 @@ Github mirror:
Bitbucket mirror: Bitbucket mirror:
https://bitbucket.org/agherzan/meta-raspberrypi https://bitbucket.org/agherzan/meta-raspberrypi
Gerrit review repo:
https://review.gherzan.ro:8443/meta-raspberrypi
5. Contributing 5. Contributing
=============== ===============
@ -234,28 +228,7 @@ To send changes to mailing list use something like:
git send-email --to yocto@yoctoproject.org \ git send-email --to yocto@yoctoproject.org \
--subject-prefix='meta-raspberrypi][PATCH' --subject-prefix='meta-raspberrypi][PATCH'
OPTIONALLY push changes to gerrit (help maintainers merge and review patches 5.B. Redmine
easier in this way).
git push ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
<local-branch>:refs/for/master
See 5.B. Gerrit Review Server.
5.B. Gerrit Review Server
=========================
We have a gerrit server configured at review.gherzan.ro. Changes made in gerrit
are merged in git.yoctoproject.org/meta-raspberrypi.
You can setup a gerrit account in less than 2 minutes:
A) Login / Register on https://review.gherzan.ro:8443.
B) Add your PUBLIC key in Settings/SSH Public Keys.
C) Add remote in your local repo:
git remote add gherzan ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
D) Push changes to gerrit using:
git push gherzan <local-branch>:refs/for/master
Please check your spam folder for gerrit messages. Sometimes they end up there.
5.C. Redmine
============ ============
In order to manage and trace the meta-raspberrypi issues, we use redmine: In order to manage and trace the meta-raspberrypi issues, we use redmine:
http://redmine.gherzan.ro/projects/meta-raspberrypi http://redmine.gherzan.ro/projects/meta-raspberrypi