diff options
author | Kamoltat <ksirivad@redhat.com> | 2024-03-02 00:13:21 +0100 |
---|---|---|
committer | Kamoltat <ksirivad@redhat.com> | 2024-03-02 00:16:45 +0100 |
commit | 5a6eb2c4017b126895326a3559c966c10f0c24c3 (patch) | |
tree | 8446788f816df076fbb17f084a7a9956c1165842 | |
parent | Merge pull request #55797 from ajarr/wip-64574 (diff) | |
download | ceph-5a6eb2c4017b126895326a3559c966c10f0c24c3.tar.xz ceph-5a6eb2c4017b126895326a3559c966c10f0c24c3.zip |
Revert "src/scripts/ceph-backport.sh: Add PR checklist"
This reverts commit 4aba45e2374168e4485f31fea4fa1c441c35443e
commit causes backport script to fail
reverting and recommiting is the best option
Fixes: https://tracker.ceph.com/issues/64674
Signed-off-by: Kamoltat <ksirivad@redhat.com>
-rwxr-xr-x | src/script/ceph-backport.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/script/ceph-backport.sh b/src/script/ceph-backport.sh index 626d9805146..2de5f91f039 100755 --- a/src/script/ceph-backport.sh +++ b/src/script/ceph-backport.sh @@ -45,7 +45,6 @@ redmine_login="" redmine_user_id="" setup_ok="" this_script=$(basename "$full_path") -gh_pr_template="../../../ceph/.github/pull_request_template.md" if [[ $* == *--debug* ]]; then set -x @@ -1700,11 +1699,6 @@ if [ "$PR_PHASE" ] ; then [ "$original_issue" ] && desc="${desc}\nparent tracker: $(number_to_url "redmine" "${original_issue}")" fi desc="${desc}\n\nthis backport was staged using ceph-backport.sh version ${SCRIPT_VERSION}\nfind the latest version at ${github_endpoint}/blob/main/src/script/ceph-backport.sh" - desc="$desc\n\n" - - while read line; do - desc="$desc$line" - done < ${gh_pr_template} debug "Generating backport PR title" if [ "$original_pr" ] ; then |