SVN: toys/stbr/index.php

shadzik shadzik at pld-linux.org
Sun May 3 16:34:04 CEST 2009


Author: shadzik
Date: Sun May  3 16:34:03 2009
New Revision: 10351

Modified:
   toys/stbr/index.php
Log:
- fix link to specs in new cvs layout


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Sun May  3 16:34:03 2009
@@ -412,7 +412,11 @@
 ?>
 <tr class="application" <?=$title?>>
 <td class="line"><?=$q['line']?></td>
-<td class="spec"><a href="http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/<?=$q['aspec']?>?f=u&amp;only_with_tag=<?=$q['abranch']?>&amp;logsort=date"><?=$q['aspec']?></a>:<?=$q['abranch']?></td>
+<?
+	$pkg = explode(".", $q['aspec']);
+	$pkg = $pkg[0];
+?>
+<td class="spec"><a href="http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/<?=$pkg?>/<?=$q['aspec']?>?f=u&amp;only_with_tag=<?=$q['abranch']?>&amp;logsort=date"><?=$q['aspec']?></a>:<?=$q['abranch']?></td>
 <td class="recip"><a class="mailto"><?=$q['arecipient']?></a></td>
 <td class="builder"><?=$q['builder']?></td>
 <td class="status">


More information about the pld-cvs-commit mailing list