]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
qa: add link to raw, add ac-th-diff
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Jul 2014 13:04:49 +0000 (16:04 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Jul 2014 13:04:49 +0000 (16:04 +0300)
html/qa.php

index 89513cdfb6d26e36e2c397c2bcb71be22fc253f3..41c02dbbbc3c216d0c0f57dbd085b3e082dbabb9 100644 (file)
@@ -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) {
This page took 0.163798 seconds and 4 git commands to generate.