r15868 - /scripts/qa/DebianQA/Archive.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Thu Feb 28 13:15:26 UTC 2008


Author: tincho-guest
Date: Thu Feb 28 13:15:25 2008
New Revision: 15868

URL: http://svn.debian.org/wsvn/?sc=1&rev=15868
Log:
Fix Archive wrongly checking stamp

Modified:
    scripts/qa/DebianQA/Archive.pm

Modified: scripts/qa/DebianQA/Archive.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Archive.pm?rev=15868&op=diff
==============================================================================
--- scripts/qa/DebianQA/Archive.pm (original)
+++ scripts/qa/DebianQA/Archive.pm Thu Feb 28 13:15:25 2008
@@ -79,8 +79,8 @@
             }
         }
     }
-    $modified ||= (find_stamp(read_cache("consolidated", "", 0), "pkglist") >
-        find_stamp(read_cache("consolidated", "", 0), "archive"));
+    $modified ||= (find_stamp(read_cache("consolidated", "pkglist", 0)) >
+        find_stamp(read_cache("consolidated", "archive", 0)));
     unless($modified) {
         info("Archive consolidated cache is up-to-date");
         return;




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