Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/
Date: Tue, 08 May 2018 21:11:11
Message-Id: 1525813858.6463010a9a2d98f60edf1c49ce2eabafd8c1e824.mgorny@gentoo
1 commit: 6463010a9a2d98f60edf1c49ce2eabafd8c1e824
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 8 21:06:31 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 21:10:58 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=6463010a
7
8 Include gpyutils reports on main page
9
10 htdocs/index.html | 10 ++++++++++
11 1 file changed, 10 insertions(+)
12
13 diff --git a/htdocs/index.html b/htdocs/index.html
14 index 5424e94..fbf8a91 100644
15 --- a/htdocs/index.html
16 +++ b/htdocs/index.html
17 @@ -89,6 +89,16 @@
18 <a href="/output/wot-stats.html" class="list-group-item">WoT Node Stats</a>
19 <a href="/output/maintainer-needed.html" class="list-group-item">&quot;Maintainer Needed&quot; Packages</a>
20 </div>
21 +
22 + <h3>Python reports</h3>
23 + <div class="list-group">
24 + <a href="/output/gpyutils/34-to-35.txt" class="list-group-item">Py3.4 → 3.5 testing</a>
25 + <a href="/output/gpyutils/35-to-36.txt" class="list-group-item">Py3.5 → 3.6 testing</a>
26 + <a href="/output/gpyutils/35-to-36-stablereq.txt" class="list-group-item">Py3.5 → 3.6 stabilizations</a>
27 + <a href="/output/gpyutils/pypy3-to-35.txt" class="list-group-item">PyPy3 → 3.5 testing</a>
28 + <a href="/output/gpyutils/cands.txt" class="list-group-item">Packages missing python*-r1 eclass</a>
29 + <a href="/output/gpyutils/missing-meta.txt" class="list-group-item">python*-r1 eclass usage issues</a>
30 + </div>
31 </div>
32 <div class="col-lg-4">
33 <h3>Tree-wide Scanning</h3>