[Secure-testing-commits] r1900 - bin
Joey Hess
joeyh at costa.debian.org
Sat Sep 10 14:53:33 UTC 2005
Author: joeyh
Date: 2005-09-10 14:53:32 +0000 (Sat, 10 Sep 2005)
New Revision: 1900
Modified:
bin/checklist
Log:
don't display unimportant issues
Modified: bin/checklist
===================================================================
--- bin/checklist 2005-09-10 11:56:34 UTC (rev 1899)
+++ bin/checklist 2005-09-10 14:53:32 UTC (rev 1900)
@@ -62,7 +62,7 @@
my $need_rebuild=0;
# Set some colours for the urgency types
-my @urgencies=("high", "medium", "low", "unknown", "fixed");
+my @urgencies=("high", "medium", "low", "unimportant", "unknown", "fixed");
my %colormap=(
high => "#FF0000",
medium => "#FF9999",
@@ -146,6 +146,7 @@
last;
}
}
+ next if $urgency eq 'unimportant';
# It's a kernel. Add it to the list of kernels that need to be looked at.
if ($package=~/kernel-source-([0-9.]+)/) {
More information about the Secure-testing-commits
mailing list