Skip to content

Commit

Permalink
Merge pull request #12979 from theanalyst/scripts/release-notes-tracker
Browse files Browse the repository at this point in the history
script: ceph-release-notes check orig. issue only for backports

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Feb 6, 2017
2 parents 0fba639 + cd20d2d commit fc2df15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/script/ceph-release-notes
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ def make_release_notes(gh, repo, ref, plaintext, verbose, strict, use_tags):
pr2info[number] = (author, title, message)

for issue in set(issues):
issue = get_original_issue(issue, verbose)
if strict:
issue = get_original_issue(issue, verbose)
issue2prs.setdefault(issue, set([])).add(number)
pr2issues.setdefault(number, set([])).add(issue)
sys.stdout.write('.')
Expand Down

0 comments on commit fc2df15

Please sign in to comment.