Skip to content
Snippets Groups Projects
Commit 3c3feefe authored by Jan Stancek's avatar Jan Stancek
Browse files

redhat: drop Y issues from changelog


JIRA: INTERNAL
Upstream Status: RHEL-only

Signed-off-by: default avatarJan Stancek <jstancek@redhat.com>
parent 8df7ab16
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,8 @@ class CommitTags:
def get_changelog_str(self):
chnglog = []
tickets = sorted(self.tag_dict['Bugzilla']) + sorted(self.tag_dict['JIRA'])
if self.tag_dict['Y-Bugzilla'] or self.tag_dict['Y-JIRA']:
tickets = tickets + sorted(self.tag_dict['Y-Bugzilla']) + sorted(self.tag_dict['Y-JIRA'])
#if self.tag_dict['Y-Bugzilla'] or self.tag_dict['Y-JIRA']:
# tickets = tickets + sorted(self.tag_dict['Y-Bugzilla']) + sorted(self.tag_dict['Y-JIRA'])
if tickets:
chnglog.append('[' + ' '.join(tickets) + ']')
if self.tag_dict['CVE']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment