r8996 - /scripts/qa/DebianQA/Svn.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Wed Nov 7 20:33:20 UTC 2007


Author: tincho-guest
Date: Wed Nov  7 20:33:20 2007
New Revision: 8996

URL: http://svn.debian.org/wsvn/?sc=1&rev=8996
Log:
Add experimental as a recognised distribution

Modified:
    scripts/qa/DebianQA/Svn.pm

Modified: scripts/qa/DebianQA/Svn.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Svn.pm?rev=8996&op=diff
==============================================================================
--- scripts/qa/DebianQA/Svn.pm (original)
+++ scripts/qa/DebianQA/Svn.pm Wed Nov  7 20:33:20 2007
@@ -113,7 +113,7 @@
 
         my($lastchl, $unfinishedchl);
         foreach($parser->data()) {
-            if($_->Distribution eq "unstable") {
+            if($_->Distribution =~ /^(?:unstable|experimental)$/) {
                 $lastchl = $_;
                 last;
             }




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