[yocto] [meta-raspberrypi][PATCH 1/1] README: Add info about gerrit server
Andrei Gherzan
andrei at gherzan.ro
Wed Nov 13 07:38:46 PST 2013
On Tue, Nov 12, 2013 at 6:13 PM, Andrei Gherzan <andrei at gherzan.ro> wrote:
> Add some other minor formatting changes.
>
> Change-Id: Ib8fe5e11c1d95d14ff825a26d356b5ae432f2f93
> Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
> ---
> README | 40 +++++++++++++++++++++++++++++++---------
> 1 file changed, 31 insertions(+), 9 deletions(-)
>
> diff --git a/README b/README
> index db88066..409cda8 100644
> --- a/README
> +++ b/README
> @@ -37,6 +37,8 @@ Contents:
> 3. Extra apps
> 3.A. omxplayer
> 4. Contribution
> +5. Gerrit Review Server
> +6. Maintainers
>
>
>
> @@ -170,20 +172,40 @@ To contribute to this layer you should send the
> patches for review to the
> mailing list.
>
> Mailing list:
> -
> https://lists.yoctoproject.org/listinfo/yocto
>
> Source code:
> -
> git://git.yoctoproject.org/meta-raspberrypi
> http://git.yoctoproject.org/git/meta-raspberrypi
> https://github.com/djwillis/meta-raspberrypi
> -
> -When sending patches, please use something like:
> -
> -git send-email --to yocto at yoctoproject.org \
> ---subject-prefix='meta-raspberrypi][PATCH'
> -
> -
> + https://review.gherzan.ro:8443/meta-raspberrypi
> +
> +To send changes:
> +
> +A) Send patches to mailing list using something like:
> + git send-email --to yocto at yoctoproject.org \
> + --subject-prefix='meta-raspberrypi][PATCH'
> +
> +B) OPTIONALLY push changes to gerrit (help maintainers merge and review
> patches
> +easier in this way).
> + git push ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
> + <local-branch>:refs/for/master
> + See 5. Gerrit Review Server.
> +
> +5. 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
> +
> +6. Maintainers
> +==============
> Layer maintainers: John Willis <John.Willis at distant-earth.com>
> Andrei Gherzan <andrei at gherzan.ro>
> --
> 1.8.1.4
>
>
Merged another patchset: https://review.gherzan.ro:8443/#/c/2/
ag
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20131113/cfbfa8a9/attachment.html>
More information about the yocto
mailing list