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: Wed, 03 Jul 2019 12:46:58
Message-Id: 1562157992.2dda62fab787d50f243140348f7deb4a3827d4e9.mgorny@gentoo
1 commit: 2dda62fab787d50f243140348f7deb4a3827d4e9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 3 12:46:32 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 3 12:46:32 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=2dda62fa
7
8 Update gpyutils report links
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 htdocs/index.html | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/htdocs/index.html b/htdocs/index.html
16 index 2215b1c..7ad304b 100644
17 --- a/htdocs/index.html
18 +++ b/htdocs/index.html
19 @@ -95,10 +95,10 @@
20
21 <h3>Python reports</h3>
22 <div class="list-group">
23 - <a href="/output/gpyutils/35-to-36.txt" class="list-group-item">Py3.5 → 3.6 testing</a>
24 - <a href="/output/gpyutils/35-to-36-stablereq.txt" class="list-group-item">Py3.5 → 3.6 stabilizations</a>
25 <a href="/output/gpyutils/36-to-37.txt" class="list-group-item">Py3.6 → 3.7 testing</a>
26 - <a href="/output/gpyutils/pypy3-to-35.txt" class="list-group-item">PyPy3 → 3.5 testing</a>
27 + <a href="/output/gpyutils/36-to-37-stablereq.txt" class="list-group-item">Py3.6 → 3.7 stabilizations</a>
28 + <!--<a href="/output/gpyutils/37-to-38.txt" class="list-group-item">Py3.7 → 3.8 testing</a>-->
29 + <!--<a href="/output/gpyutils/pypy3-to-35.txt" class="list-group-item">PyPy3 → 3.5 testing</a>-->
30 <a href="/output/gpyutils/cands.txt" class="list-group-item">Packages missing python*-r1 eclass</a>
31 <a href="/output/gpyutils/missing-meta.txt" class="list-group-item">python*-r1 eclass usage issues</a>
32 </div>