summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@resin.io>2015-03-01 01:21:04 +0100
committerAndrei Gherzan <andrei@resin.io>2015-03-01 01:21:06 +0100
commit23add242bc8b8a3c335f3b2fa824df5a17e4fa0e (patch)
tree2b118b7b843b166294695e16e2614b0b740d893b
parent7146e12374b6129ad72b790d7aed2e94f8974f00 (diff)
downloadmeta-raspberrypi-23add242bc8b8a3c335f3b2fa824df5a17e4fa0e.tar.gz
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>
-rw-r--r--README31
1 files changed, 2 insertions, 29 deletions
diff --git a/README b/README
index 10bdf3a..ed78507 100644
--- a/README
+++ b/README
@@ -6,8 +6,6 @@ Mailing list (yocto mailing list):
6 yocto@yoctoproject.org 6 yocto@yoctoproject.org
7Issues management (redmine): 7Issues management (redmine):
8 http://redmine.gherzan.ro/projects/meta-raspberrypi 8 http://redmine.gherzan.ro/projects/meta-raspberrypi
9Change review (gerrit):
10 https://review.gherzan.ro:8443/#/q/project:meta-raspberrypi
11 9
12 10
13Contents: 11Contents:
@@ -30,8 +28,7 @@ Contents:
304. Source code and mirrors 284. Source code and mirrors
315. Contribution 295. Contribution
32 5.A. Mailing List 30 5.A. Mailing List
33 5.B. Gerrit Review Server 31 5.B. Redmine
34 5.C. Redmine
356. Maintainers 326. Maintainers
36 33
37 34
@@ -208,9 +205,6 @@ Github mirror:
208Bitbucket mirror: 205Bitbucket mirror:
209 https://bitbucket.org/agherzan/meta-raspberrypi 206 https://bitbucket.org/agherzan/meta-raspberrypi
210 207
211Gerrit review repo:
212 https://review.gherzan.ro:8443/meta-raspberrypi
213
214 208
2155. Contributing 2095. Contributing
216=============== 210===============
@@ -234,28 +228,7 @@ To send changes to mailing list use something like:
234 git send-email --to yocto@yoctoproject.org \ 228 git send-email --to yocto@yoctoproject.org \
235 --subject-prefix='meta-raspberrypi][PATCH' 229 --subject-prefix='meta-raspberrypi][PATCH'
236 230
237OPTIONALLY push changes to gerrit (help maintainers merge and review patches 2315.B. Redmine
238easier in this way).
239 git push ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
240 <local-branch>:refs/for/master
241 See 5.B. Gerrit Review Server.
242
2435.B. Gerrit Review Server
244=========================
245We have a gerrit server configured at review.gherzan.ro. Changes made in gerrit
246are merged in git.yoctoproject.org/meta-raspberrypi.
247
248You can setup a gerrit account in less than 2 minutes:
249A) Login / Register on https://review.gherzan.ro:8443.
250B) Add your PUBLIC key in Settings/SSH Public Keys.
251C) Add remote in your local repo:
252 git remote add gherzan ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
253D) Push changes to gerrit using:
254 git push gherzan <local-branch>:refs/for/master
255
256Please check your spam folder for gerrit messages. Sometimes they end up there.
257
2585.C. Redmine
259============ 232============
260In order to manage and trace the meta-raspberrypi issues, we use redmine: 233In order to manage and trace the meta-raspberrypi issues, we use redmine:
261 http://redmine.gherzan.ro/projects/meta-raspberrypi 234 http://redmine.gherzan.ro/projects/meta-raspberrypi