summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2014-07-21 13:05:03 (GMT)
committerElan Ruusamäe2014-07-21 13:05:03 (GMT)
commit77678c60ef5dcb3ec6e6798cf75238b50facf5d2 (patch)
tree27aad43c10879b9e897da21588e788983c78cfbf
parent81fd4c9011563900fe64111253457240e661500b (diff)
downloadpld-ftp-admin-77678c60ef5dcb3ec6e6798cf75238b50facf5d2.zip
pld-ftp-admin-77678c60ef5dcb3ec6e6798cf75238b50facf5d2.tar.gz
use formatted output by default
-rw-r--r--html/index.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/html/index.html b/html/index.html
index 004aba0..d680924 100644
--- a/html/index.html
+++ b/html/index.html
@@ -18,31 +18,31 @@
<h3>Dep checks</h3>
<p>
-<li><a href="main.txt">Main deps x86_64</a></li>
-<li><a href="main-ready.txt">Main ready deps x86_64</a></li>
-<li><a href="main-ready-test.txt">Main+ready+test deps x86_64</a></li>
+<li><a href="qa.php?q=main">Main deps x86_64</a></li>
+<li><a href="qa.php?q=main-ready">Main ready deps x86_64</a></li>
+<li><a href="qa.php?q=main-ready-test">Main+ready+test deps x86_64</a></li>
-<li><a href="main-i686.txt">Main deps i686</a></li>
-<li><a href="main-ready-i686.txt">Main ready deps i686</a></li>
-<li><a href="main-ready-test-i686.txt">Main+ready+test deps i686</a></li>
+<li><a href="qa.php?q=main-i686">Main deps i686</a></li>
+<li><a href="qa.php?q=main-ready-i686">Main ready deps i686</a></li>
+<li><a href="qa.php?q=main-ready-test-i686">Main+ready+test deps i686</a></li>
-<li><a href="main-i486.txt">Main deps i486</a></li>
-<li><a href="main-ready-i486.txt">Main ready deps i486</a></li>
-<li><a href="main-ready-test-i486.txt">Main+ready+test deps i486</a></li>
+<li><a href="qa.php?q=main-i486">Main deps i486</a></li>
+<li><a href="qa.php?q=main-ready-i486">Main ready deps i486</a></li>
+<li><a href="qa.php?q=main-ready-test-i486">Main+ready+test deps i486</a></li>
</p>
<h3>Freshness checks</h3>
<p>
-<li><a href="ac-th-diff.txt">Differences between AC and TH</a></li>
-<li><a href="freshness.txt">Th main+test freshness (compare to git)</a></li>
+<li><a href="qa.php?q=ac-th-diff">Differences between AC and TH</a></li>
+<li><a href="qa.php?q=freshness">Th main+test freshness (compare to git)</a></li>
</p>
<h3>Rpmlint checks</h3>
<p>
-<li><a href="lint-PLD.txt">rpmlint: PLD tree</a></li>
-<li><a href="lint-ready.txt">rpmlint: ready tree</a></li>
-<li><a href="lint-test.txt">rpmlint: test tree</a></li>
+<li><a href="qa.php?q=lint-PLD">rpmlint: PLD tree</a></li>
+<li><a href="qa.php?q=lint-ready">rpmlint: ready tree</a></li>
+<li><a href="qa.php?q=lint-test">rpmlint: test tree</a></li>
</p>
</body>
</html>