r8912 - /scripts/qa/qareport

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Tue Nov 6 10:33:17 UTC 2007


Author: tincho-guest
Date: Tue Nov  6 10:33:17 2007
New Revision: 8912

URL: http://svn.debian.org/wsvn/?sc=1&rev=8912
Log:
errr...

Modified:
    scripts/qa/qareport

Modified: scripts/qa/qareport
URL: http://svn.debian.org/wsvn/scripts/qa/qareport?rev=8912&op=diff
==============================================================================
--- scripts/qa/qareport (original)
+++ scripts/qa/qareport Tue Nov  6 10:33:17 2007
@@ -68,7 +68,7 @@
     }
     next unless($status or @bugs);
     print "$pkg:", ( $pkg ne $svnpath ? " (SVN: $svnpath)" : '' ), "\n";
-    unless($status) {
+    if($status) {
         print " - Version status: $status\n";
         print "   + Watch status: ", $werr || "OK", "\n";
         print "   + SVN: ", $dver || "none";




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