]> code.ossystems Code Review - openembedded-core.git/commit
create-pull-request: use git request-pull and arbitrary remotes
authorDarren Hart <dvhart@linux.intel.com>
Fri, 13 May 2011 17:44:49 +0000 (10:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2011 22:35:46 +0000 (23:35 +0100)
commit847fa2542aad8233d31076d8eaf4ba3168a79eae
treeb5def86d2fd8305d25a1af9426da019a754f8fbe
parentbf78a66f3adfc720ee84ff457143722f3752e8c5
create-pull-request: use git request-pull and arbitrary remotes

Allow for arbitrary remotes via a new -u argument. Remove the hard coded
references to the pokylinux repositories. Create the WEB_URL from known
remotes. Future patches can add additional WEB_URL mappings for remotes
like Git Hub, Gitorious, and kernel.org.

Rather than duplicating the git request-pull command ourselves, just use
the existing one.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: Joshua Lock <josh@linux.intel.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Tom Rini <tom_rini@mentor.com>
Cc: Tom Rini <tom_rini@mentor.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Joshua Lock <josh@linux.intel.com>
scripts/create-pull-request