r19838 - /scripts/qa/DebianQA/Classification.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 10 20:51:03 UTC 2008


Author: gregoa
Date: Sat May 10 20:51:02 2008
New Revision: 19838

URL: http://svn.debian.org/wsvn/?sc=1&rev=19838
Log:
move has_bugs back to the error_hilight hash

Modified:
    scripts/qa/DebianQA/Classification.pm

Modified: scripts/qa/DebianQA/Classification.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Classification.pm?rev=19838&op=diff
==============================================================================
--- scripts/qa/DebianQA/Classification.pm (original)
+++ scripts/qa/DebianQA/Classification.pm Sat May 10 20:51:02 2008
@@ -52,6 +52,7 @@
     never_uploaded => "archive",
     archive_foreign => "archive",
     has_rc_bugs => "bts",
+    has_bugs    => "bts",
     not_finished => "svn",
     repo_ancient => "svn",
     svn_foreign => "svn",
@@ -64,7 +65,6 @@
 #    native => "",
 );
 my %warn_hilight = (
-    has_bugs    => 'bts',
     archive_nonmaint => "archive",
     svn_nonmaint => "svn",
     upgrade_in_progress => "svn",




More information about the Pkg-perl-cvs-commits mailing list