diff options
author | Andrei Gherzan <andrei@resin.io> | 2015-03-01 01:21:04 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2015-03-01 01:21:06 +0100 |
commit | 23add242bc8b8a3c335f3b2fa824df5a17e4fa0e (patch) | |
tree | 2b118b7b843b166294695e16e2614b0b740d893b | |
parent | 7146e12374b6129ad72b790d7aed2e94f8974f00 (diff) | |
download | meta-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-- | README | 31 |
1 files changed, 2 insertions, 29 deletions
@@ -6,8 +6,6 @@ Mailing list (yocto mailing list): | |||
6 | yocto@yoctoproject.org | 6 | yocto@yoctoproject.org |
7 | Issues management (redmine): | 7 | Issues management (redmine): |
8 | http://redmine.gherzan.ro/projects/meta-raspberrypi | 8 | http://redmine.gherzan.ro/projects/meta-raspberrypi |
9 | Change review (gerrit): | ||
10 | https://review.gherzan.ro:8443/#/q/project:meta-raspberrypi | ||
11 | 9 | ||
12 | 10 | ||
13 | Contents: | 11 | Contents: |
@@ -30,8 +28,7 @@ Contents: | |||
30 | 4. Source code and mirrors | 28 | 4. Source code and mirrors |
31 | 5. Contribution | 29 | 5. 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 | ||
35 | 6. Maintainers | 32 | 6. Maintainers |
36 | 33 | ||
37 | 34 | ||
@@ -208,9 +205,6 @@ Github mirror: | |||
208 | Bitbucket mirror: | 205 | Bitbucket mirror: |
209 | https://bitbucket.org/agherzan/meta-raspberrypi | 206 | https://bitbucket.org/agherzan/meta-raspberrypi |
210 | 207 | ||
211 | Gerrit review repo: | ||
212 | https://review.gherzan.ro:8443/meta-raspberrypi | ||
213 | |||
214 | 208 | ||
215 | 5. Contributing | 209 | 5. 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 | ||
237 | OPTIONALLY push changes to gerrit (help maintainers merge and review patches | 231 | 5.B. Redmine |
238 | easier 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 | |||
243 | 5.B. Gerrit Review Server | ||
244 | ========================= | ||
245 | We have a gerrit server configured at review.gherzan.ro. Changes made in gerrit | ||
246 | are merged in git.yoctoproject.org/meta-raspberrypi. | ||
247 | |||
248 | You can setup a gerrit account in less than 2 minutes: | ||
249 | A) Login / Register on https://review.gherzan.ro:8443. | ||
250 | B) Add your PUBLIC key in Settings/SSH Public Keys. | ||
251 | C) Add remote in your local repo: | ||
252 | git remote add gherzan ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi | ||
253 | D) Push changes to gerrit using: | ||
254 | git push gherzan <local-branch>:refs/for/master | ||
255 | |||
256 | Please check your spam folder for gerrit messages. Sometimes they end up there. | ||
257 | |||
258 | 5.C. Redmine | ||
259 | ============ | 232 | ============ |
260 | In order to manage and trace the meta-raspberrypi issues, we use redmine: | 233 | In 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 |