[kernel] r21991 - people/benh

Ben Hutchings benh at moszumanska.debian.org
Fri Oct 31 01:42:19 UTC 2014


Author: benh
Date: Fri Oct 31 01:42:19 2014
New Revision: 21991

Log:
bts-reassign-to-linux: Recognise another multiple package assignment

Modified:
   people/benh/bts-reassign-to-linux

Modified: people/benh/bts-reassign-to-linux
==============================================================================
--- people/benh/bts-reassign-to-linux	Fri Oct 31 01:41:16 2014	(r21990)
+++ people/benh/bts-reassign-to-linux	Fri Oct 31 01:42:19 2014	(r21991)
@@ -83,7 +83,8 @@
             txn.fixed(report.bug_num, report.fixed_versions[i])
     elif report.source == 'linux-latest' or \
             report.source == 'linux-latest-2.6' or \
-            report.source == 'linux-2.6, linux-latest-2.6':
+            report.source == 'linux-2.6, linux-latest-2.6' or \
+            report.source == 'linux-latest, linux-latest-2.6':
         log = debianbts.get_bug_log(report.bug_num)
         match = re.search(r'\n'
                           r'Versions of packages %s depends on:\n'



More information about the Kernel-svn-changes mailing list