SVN: toys/stbr/index.php

vip vip at pld-linux.org
Thu May 17 01:36:36 CEST 2007


Author: vip
Date: Thu May 17 01:36:34 2007
New Revision: 8576

Modified:
   toys/stbr/index.php
Log:
- add branch


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Thu May 17 01:36:34 2007
@@ -102,11 +102,11 @@
 </tr>
 <!-- inner evil -->
 <?
-$inner  = "SELECT application.recipient as arecipient, application.spec as aspec,  ";
+$inner  = "SELECT application.recipient as arecipient, application.spec as aspec, application.branch AS abranch, ";
 $inner .= " builder, queue_requester, queue_date, queue_flags ";
 $inner .= "FROM application ";
 $inner .= "LEFT JOIN status ";
-$inner .= "ON (application.spec=status.spec AND application.date=status.date) ";
+$inner .= "ON (application.spec=status.spec AND application.date=status.date AND application.branch=status.branch) ";
 $inner .= "WHERE application.date='{$p['date']}' ";
 $inner .= "ORDER BY application.date DESC";
 
@@ -160,7 +160,7 @@
 ?>
 <tr class="application" title='<?=$title?>'>
 <td colspan="2"></td>
-<td class="spec"><a href="http://cvs.pld-linux.org/cgi-bin/cvsweb/SPECS/<?=$q['aspec']?>"><?=$q['aspec']?></a></td>
+<td class="spec"><a href="http://cvs.pld-linux.org/cgi-bin/cvsweb/SPECS/<?=$q['aspec']?>"><?=$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