diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-04-19 17:30:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-04 15:05:48 +0100 |
commit | a569bec9219394703d1c1d9b28dd19bf5b058e7f (patch) | |
tree | 0917a678488586169af7a9a9604e0b9827529316 /meta-skeleton/recipes-kernel | |
parent | a3f60d365e7ff20a1ad0875375b083a5baaaf9f1 (diff) | |
download | openembedded-core-a569bec9219394703d1c1d9b28dd19bf5b058e7f.tar.gz openembedded-core-a569bec9219394703d1c1d9b28dd19bf5b058e7f.tar.bz2 openembedded-core-a569bec9219394703d1c1d9b28dd19bf5b058e7f.zip |
create-pull-request: add option -a to auto push
Before this patch, we need two steps to create PULL:
* Step 1, create branch:
$ git push <contrib> <local_branch>:<remote_branch>
* Step 2, create PULL:
$ create-pull-request -u <contrib> -l <local_branch> -b <remote_branch> -r <local_branch>~<n>
We can see that the args used in step 1 are in step 2, so we can use
"create-pull-request -a" or set CPR_CONTRIB_AUTO_PUSH in to create the
branch to simplify the steps.
[YOCTO #9408]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-skeleton/recipes-kernel')
0 files changed, 0 insertions, 0 deletions