commit: 0fc0320d35bfef018cfb35762834e05c1368ac19 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sun Feb 27 19:27:30 2022 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sun Feb 27 19:27:30 2022 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=0fc0320d
htdocs/index: add keyring artifact links Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> htdocs/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/htdocs/index.html b/htdocs/index.html index ea4a50c..3652d33 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -130,6 +130,15 @@ </a> </div> </div> + <h3>Generated artifacts</h3> + <div class="list-group mb-3"> + <a href="/output/service-keys.gpg" class="list-group-item list-group-item-action">GPG keyring: service keys</a> + <a href="/output/active-devs.gpg" class="list-group-item list-group-item-action">GPG keyring: all active devs</a> + <a href="/output/committing-devs.gpg" class="list-group-item list-group-item-action">GPG keyring: active gentoo.git devs</a> + <a href="/output/retired-devs.gpg" class="list-group-item list-group-item-action">GPG keyring: retired devs</a> + <a href="/output/infra-devs.gpg" class="list-group-item list-group-item-action">GPG keyring: infra devs</a> + <a href="/output/all-devs.gpg" class="list-group-item list-group-item-action">GPG keyring: all devs</a> + </div> </div> <div class="col-lg-4"> <h3>Tree-wide Scanning</h3>