SVN: toys/stbr/index.php
shadzik
shadzik at pld-linux.org
Fri Nov 23 17:55:06 CET 2007
Author: shadzik
Date: Fri Nov 23 17:55:06 2007
New Revision: 9082
Modified:
toys/stbr/index.php
Log:
- link to buildlogs
Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Fri Nov 23 17:55:06 2007
@@ -331,7 +331,8 @@
foreach($filled['builder'] as $key => $value)
{
- $title .= $value . " @ [a href="http://buidlogs.pld-linux.org/" . $filled['no'] . ""]" . $key . "[/a][br/]";
+ $url = `./buildlog_link.py $filled['no'] $key`
+ $title .= $value . " @ [a href="" . $url . ""]" . $key . "[/a][br/]";
if($value === '?')
$request_status_unknown = true;
}
More information about the pld-cvs-commit
mailing list