]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
script/ceph-backport.sh: allow user to specify remote repo 27233/head
authorKefu Chai <kchai@redhat.com>
Thu, 28 Mar 2019 04:05:51 +0000 (12:05 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 28 Mar 2019 10:32:45 +0000 (18:32 +0800)
commit694d159b46b517dc4eba700bbd4f93d17c9af2e3
tree4acd0f35f7b5210066636447e216647eb841069f
parent5696085611494b0aaddd126417705277284ff7dd
script/ceph-backport.sh: allow user to specify remote repo

before this change, the script always push to "origin", in my case,
"origin" points to "ceph/ceph", while we need to create the branch in
private repo. and the name of private repo might vary. so would be great
if we can customize this setting.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/script/ceph-backport.sh