]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
contrib: backport auto create PR 2027/head
authorSébastien Han <seb@redhat.com>
Wed, 11 Oct 2017 13:19:34 +0000 (15:19 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 11 Oct 2017 13:19:34 +0000 (15:19 +0200)
Fix branch and repo

Signed-off-by: Sébastien Han <seb@redhat.com>
contrib/backport_to_stable_branch.sh

index b1b797ae5299c5a933c39b7c32439a853a02e902..3860ce75ad8ccf165a8f6a8077689cafc2c9b039 100755 (executable)
@@ -60,7 +60,7 @@ push () {
 }
 
 create_pr () {
-  hub pull-request -h "$bkp_branch" -h origin:"$bkp_branch" -b origin:"$stable_branch" -m "[skip ci]"
+  hub pull-request -h ceph/ceph-ansible:"$bkp_branch" -b "$stable_branch" -m "[skip ci] $bkp_branch"
 }
 
 cleanup () {