[kernel-team] 37/47: bts-reassign-to-linux: Recognise another multiple package assignment

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:30:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository kernel-team.

commit 87ec0fa0a03cc834422fc35f20f4bfb7c58259d3
Author: Ben Hutchings <benh at debian.org>
Date:   Fri Oct 31 01:42:19 2014 +0000

    bts-reassign-to-linux: Recognise another multiple package assignment
    
    svn path=/people/benh/; revision=21991
---
 scripts/benh/bts-reassign-to-linux | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/benh/bts-reassign-to-linux b/scripts/benh/bts-reassign-to-linux
index e980c79..43fa1cd 100755
--- a/scripts/benh/bts-reassign-to-linux
+++ b/scripts/benh/bts-reassign-to-linux
@@ -83,7 +83,8 @@ def reassign(txn, report):
             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'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list