Skip to content

Commit 3c3feef

Browse files
committed
redhat: drop Y issues from changelog
JIRA: INTERNAL Upstream Status: RHEL-only Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent 8df7ab1 commit 3c3feef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redhat/genlog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def convert_to_y_tags(self):
7979
def get_changelog_str(self):
8080
chnglog = []
8181
tickets = sorted(self.tag_dict['Bugzilla']) + sorted(self.tag_dict['JIRA'])
82-
if self.tag_dict['Y-Bugzilla'] or self.tag_dict['Y-JIRA']:
83-
tickets = tickets + sorted(self.tag_dict['Y-Bugzilla']) + sorted(self.tag_dict['Y-JIRA'])
82+
#if self.tag_dict['Y-Bugzilla'] or self.tag_dict['Y-JIRA']:
83+
# tickets = tickets + sorted(self.tag_dict['Y-Bugzilla']) + sorted(self.tag_dict['Y-JIRA'])
8484
if tickets:
8585
chnglog.append('[' + ' '.join(tickets) + ']')
8686
if self.tag_dict['CVE']:

0 commit comments

Comments
 (0)