]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
UBUNTU: [Packaging] resync git-ubuntu-log
authorSeth Forshee <seth.forshee@canonical.com>
Wed, 24 Jul 2019 01:31:05 +0000 (20:31 -0500)
committerPaolo Pisati <paolo.pisati@canonical.com>
Mon, 16 Sep 2019 13:06:47 +0000 (15:06 +0200)
BugLink: http://bugs.launchpad.net/bugs/1786013
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
debian/scripts/misc/git-ubuntu-log

index b78ab36c280438702d8cfe979263980845dfd44e..13e40b84dc1f25c528d37ceb7c95ff17606f4d2b 100755 (executable)
@@ -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()