Project

Profile

Help

Issue #8754

closed

cherrypick.sh script does not support all of the commit message keywords

Added by ttereshc almost 3 years ago. Updated almost 3 years ago.

Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Plugin Template
Sprint:
Quarter:

Description

Here is the example of the commit that is not being cherry-picked https://github.com/pulp/pulp_rpm/commit/2a0bfe655de04f915c8a301a44e046d3738ae1da

Cherry-pick script supports only fixes and closes keywords but not re or ref.

The problem with adding those to the list of the keywords is that the pattern becomes too generic, especially re. And sed will match more than needed.

The workaround is too cherry-pick manually, or add re and ref to the list of keywords and fix the commit message if there are extra subs made.

Also available in: Atom PDF