r9217 - /scripts/qa/templates/by_category

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sun Nov 11 15:43:28 UTC 2007


Author: tincho-guest
Date: Sun Nov 11 15:43:28 2007
New Revision: 9217

URL: http://svn.debian.org/wsvn/?sc=1&rev=9217
Log:
Correctly point to the watchfile in the SVN when it has an error.

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=9217&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Sun Nov 11 15:43:28 2007
@@ -79,7 +79,8 @@
 
         <td[% IF pkg.todo.upstream %] class="todo"[% END %]><a href="[% IF
                 pkg.watch.upstream_unmangled %][% pkg.watch.upstream_url | html
-                %][% ELSE %][% "${pkg.name}/debian/watch" | format("$wsvn_url") %][% END %]">[%
+                %][% ELSE %][% "${pkg.name}" | format("$wsvn_url")
+                %]/debian/watch?op=file&amp;rev=0&amp;sc=0[% END %]">[%
                 pkg.watch.upstream_unmangled || pkg.watch.error
             %]</a></td>
     </tr>




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