r23217 - /scripts/qa/qareport.cgi

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jul 15 09:54:58 UTC 2008


Author: dmn
Date: Tue Jul 15 09:54:56 2008
New Revision: 23217

URL: http://svn.debian.org/wsvn/?sc=1&rev=23217
Log:
do not pass deprecated (w|view)svn_url parameters to the template as it does not use them

Modified:
    scripts/qa/qareport.cgi

Modified: scripts/qa/qareport.cgi
URL: http://svn.debian.org/wsvn/scripts/qa/qareport.cgi?rev=23217&op=diff
==============================================================================
--- scripts/qa/qareport.cgi (original)
+++ scripts/qa/qareport.cgi Tue Jul 15 09:54:56 2008
@@ -173,9 +173,6 @@
         group_url   => $CFG{qareport_cgi}{group_url},
         scm_web_file=> $CFG{qareport_cgi}{scm_web_file},
         scm_web_dir => $CFG{qareport_cgi}{scm_web_dir},
-        # deprecated, but still used for compatibility
-            wsvn_url    => $CFG{qareport_cgi}{wsvn_url},
-            viewsvn_url => $CFG{qareport_cgi}{viewsvn_url},
         (
             ( ($params{'format'}||'') eq 'list' )
             ? (




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