[kernel-team] 01/01: bts-reassign-to-linux: Accept source package linux-signed

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Oct 24 01:29:43 UTC 2016


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

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

commit 634ef534634c6148c68c480a7041e71b72fdf1ef
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Oct 24 02:29:39 2016 +0100

    bts-reassign-to-linux: Accept source package linux-signed
---
 scripts/benh/bts-reassign-to-linux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/benh/bts-reassign-to-linux b/scripts/benh/bts-reassign-to-linux
index 4fce654..8c28d4c 100755
--- a/scripts/benh/bts-reassign-to-linux
+++ b/scripts/benh/bts-reassign-to-linux
@@ -55,7 +55,7 @@ class BtsError(EnvironmentError):
     pass
 
 def reassign(txn, report):
-    if (report.source == 'linux' or
+    if (report.source in ['linux', 'linux-signed'] or
         (report.source == '' and report.package.startswith('linux-image-'))):
         if report.found_versions:
             newest = None

-- 
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