SVN: toys/stbr/index.php

duddits duddits at pld-linux.org
Sat Dec 3 22:15:29 CET 2011


Author: duddits
Date: Sat Dec  3 22:15:29 2011
New Revision: 12435

Modified:
   toys/stbr/index.php
Log:
- fix URL to cvs when generating builder links


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Sat Dec  3 22:15:29 2011
@@ -458,7 +458,7 @@
 	else
 		$pkg = $pkg[0];
 ?>
-<td class="spec"><a href="http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/<?=$pkg?>/<?=$q['aspec']?>?f=u&only_with_tag=<?=$q['abranch']?>&logsort=date"><?=$q['aspec']?></a>:<?=$q['abranch']?></td>
+<td class="spec"><a href="http://cvs.pld-linux.org/cgi-bin/viewvc.cgi/cvs/packages/<?=$pkg?>/<?=$q['aspec']?>?pathrev=<?=$q['abranch']?>"><?=$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