SVN: toys/stbr/index.php
shadzik
shadzik at pld-linux.org
Sat Sep 27 21:02:43 CEST 2008
Author: shadzik
Date: Sat Sep 27 21:02:43 2008
New Revision: 9879
Modified:
toys/stbr/index.php
Log:
- Titanium support on stbr page
Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Sat Sep 27 21:02:43 2008
@@ -342,7 +342,7 @@
if(empty($q['queue_requester']) && empty($q['queue_date']))
{
- $filled = $queue->is_filled(array('spec' => $q['aspec'], 'date' => $p['date'], 'builder' => $q['builder']));
+ $filled = $queue->is_filled(array('spec' => $q['aspec'], 'date' => $p['date'], 'builder' => $q['builder'], 'line' => $q['line']));
if(count($filled))
{
@@ -350,7 +350,7 @@
foreach($filled['builder'] as $key => $value)
{
- $url = `./buildlog_link.py {$filled['no']} {$key}`;
+ $url = `./buildlog_link.py {$q['line']} {$filled['no']} {$key}`;
$url = urlencode(trim($url));
$title .= $value . " @ [a href="" . $url . ""]" . $key . "[/a][br/]";
if($value === '?')
More information about the pld-cvs-commit
mailing list