r11488 - /scripts/qa/DebianQA/Watch.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sat Dec 22 23:22:24 UTC 2007


Author: tincho-guest
Date: Sat Dec 22 23:22:24 2007
New Revision: 11488

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

Modified:
    scripts/qa/DebianQA/Watch.pm

Modified: scripts/qa/DebianQA/Watch.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Watch.pm?rev=11488&op=diff
==============================================================================
--- scripts/qa/DebianQA/Watch.pm (original)
+++ scripts/qa/DebianQA/Watch.pm Sat Dec 22 23:22:24 2007
@@ -113,8 +113,7 @@
         delete($watch2{$pkg}{watch_error}) unless($watch2{$pkg}{watch_error});
     }
     delete $watch{$_} foreach(@not_updated);
-    update_cache("watch", \%watch, "", $complete and not scalar @not_updated,
-        1);
+    update_cache("watch", \%watch, "", $complete && @not_updated == 0, 1);
     update_cache("consolidated", \%watch2, "watch", $complete, 0);
     unlock_cache("watch");
     info("watch: ", scalar @pkglist, " packages scanned");




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