r12771 - /scripts/qa/qareport.cgi
    tincho-guest at users.alioth.debian.org 
    tincho-guest at users.alioth.debian.org
       
    Tue Jan 15 14:03:25 UTC 2008
    
    
  
Author: tincho-guest
Date: Tue Jan 15 14:03:25 2008
New Revision: 12771
URL: http://svn.debian.org/wsvn/?sc=1&rev=12771
Log:
Fix to correctly rerieve stamps after the new versioning
Modified:
    scripts/qa/qareport.cgi
Modified: scripts/qa/qareport.cgi
URL: http://svn.debian.org/wsvn/scripts/qa/qareport.cgi?rev=12771&op=diff
==============================================================================
--- scripts/qa/qareport.cgi (original)
+++ scripts/qa/qareport.cgi Tue Jan 15 14:03:25 2008
@@ -30,7 +30,8 @@
 my @modified = sort(
     map(
         {
-            find_stamp($cache, $_)
+            # Each key of the consolidated cache works like a root cache
+            find_stamp($cache->{$_}, "")
         } qw(svn watch archive bts pkglist),
     ),
     Date::Parse::str2time($script_date),
    
    
More information about the Pkg-perl-cvs-commits
mailing list