[OE-core] [PATCH] create-pull-request: Add -l location switch

Otavio Salvador otavio at ossystems.com.br
Tue May 10 19:18:07 UTC 2011


On Tue, May 10, 2011 at 15:55, Tom Rini <tom_rini at mentor.com> wrote:
> Add a -l switch that takes an argument of either github or gitorious
> and will make the cover letter have a fill-in-the-blank of where the
> changes are on either github or gitorious.

Another possibility would be to use git config interface to store
those. You might have something like:

[oe-core-pull-request]
mode = github
user = foo

or

[oe-core-pull-request]
mode = gitorious
user = bar

This could be used to fill the fields in a proper way since those are
predictable.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




More information about the Openembedded-core mailing list