[projects/pld-ftp-admin] qa: add link to raw, add ac-th-diff

glen glen at pld-linux.org
Mon Jul 21 15:05:11 CEST 2014


commit 81fd4c9011563900fe64111253457240e661500b
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Jul 21 16:04:49 2014 +0300

    qa: add link to raw, add ac-th-diff

 html/qa.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/html/qa.php b/html/qa.php
index 89513cd..41c02db 100644
--- a/html/qa.php
+++ b/html/qa.php
@@ -32,6 +32,7 @@ $reports = array(
 	"main-ready-i486" => "Main ready deps i486",
 	"main-ready-test-i486" => "Main+ready+test deps i486",
 
+	"ac-th-diff" => "Differences between AC and TH",
 	"freshness" => "GIT vs FTP freshness",
 
 	"lint-PLD" => "rpmlint: main",
@@ -44,9 +45,10 @@ echo "<select id=q name=q>\n";
 foreach ($reports as $q => $title) {
 	printf("<option value=%s %s>%s</option>\n", $q, $q == $report ? 'selected' :'',  $title);
 }
-echo "</select><br/>\n";
+echo "</select>\n";
 
 if (isset($reports[$report])) {
+	echo "<a href=$report.txt>raw</a><br/>\n";
 	$file = "$report.txt";
 	$giturl = 'http://git.pld-linux.org/gitweb.cgi?p=packages/%1$s.git;f=%1$s.spec;h=HEAD;a=shortlog';
 	foreach (file($file) as $line) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-ftp-admin.git/commitdiff/77678c60ef5dcb3ec6e6798cf75238b50facf5d2



More information about the pld-cvs-commit mailing list