commit: d7c570b741600ef6c64b32bd048655f152bb3bc1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 13:30:29 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 13:30:29 2019 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=d7c570b7
htdocs: Link verbose QA results
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
htdocs/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/htdocs/index.html b/htdocs/index.html
index 7ad304b..9e91201 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -118,6 +118,7 @@
<a href="/output/find-binary-files.txt"
class="list-group-item">Binary files in gentoo-x86</a>
<a href="/output/eclass-usage/"
class="list-group-item">Listing of packages that inherit an eclass</a>
<a href="/output/gentoo-ci/output.html"
class="list-group-item">Gentoo CI – QA check results</a>
+ <a href="/output/gentoo-ci/output.verbose.html"
class="list-group-item">Gentoo CI – QA check results (verbose)</a>
<a href="/output/repos/" class="list-group-item">Repository
status reports</a>
</div>
</div>