From 81fd4c9011563900fe64111253457240e661500b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 21 Jul 2014 16:04:49 +0300 Subject: [PATCH] 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 "
\n"; +echo "\n"; if (isset($reports[$report])) { + echo "raw
\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) { -- 2.44.0