Commit eb0abd7a authored by Sultan Alsawaf's avatar Sultan Alsawaf

UBUNTU: [Packaging] resync git-ubuntu-log

BugLink: http://bugs.launchpad.net/bugs/1786013Signed-off-by: default avatarSultan Alsawaf <sultan.alsawaf@canonical.com>
parent 967d691e
......@@ -78,6 +78,11 @@ for line in sys.stdin:
elif line.startswith(' Ignore:'):
entry['ignore'] = True
elif line.startswith(' Properties:'):
for prop in line.strip().split()[1:]:
if prop in ('ignore', 'no-changelog'):
entry['ignore'] = True
add_entry(entry)
entries.reverse()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment