Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/
Date: Sun, 27 Feb 2022 19:27:39
Message-Id: 1645990050.0fc0320d35bfef018cfb35762834e05c1368ac19.robbat2@gentoo
1 commit: 0fc0320d35bfef018cfb35762834e05c1368ac19
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 19:27:30 2022 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 19:27:30 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=0fc0320d
7
8 htdocs/index: add keyring artifact links
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 htdocs/index.html | 9 +++++++++
13 1 file changed, 9 insertions(+)
14
15 diff --git a/htdocs/index.html b/htdocs/index.html
16 index ea4a50c..3652d33 100644
17 --- a/htdocs/index.html
18 +++ b/htdocs/index.html
19 @@ -130,6 +130,15 @@
20 </a>
21 </div>
22 </div>
23 + <h3>Generated artifacts</h3>
24 + <div class="list-group mb-3">
25 + <a href="/output/service-keys.gpg" class="list-group-item list-group-item-action">GPG keyring: service keys</a>
26 + <a href="/output/active-devs.gpg" class="list-group-item list-group-item-action">GPG keyring: all active devs</a>
27 + <a href="/output/committing-devs.gpg" class="list-group-item list-group-item-action">GPG keyring: active gentoo.git devs</a>
28 + <a href="/output/retired-devs.gpg" class="list-group-item list-group-item-action">GPG keyring: retired devs</a>
29 + <a href="/output/infra-devs.gpg" class="list-group-item list-group-item-action">GPG keyring: infra devs</a>
30 + <a href="/output/all-devs.gpg" class="list-group-item list-group-item-action">GPG keyring: all devs</a>
31 + </div>
32 </div>
33 <div class="col-lg-4">
34 <h3>Tree-wide Scanning</h3>