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: Thu, 29 Aug 2019 05:51:53
Message-Id: 1567057898.7018feb6e0873c6f360f7418461328637a880a44.mgorny@gentoo
1 commit: 7018feb6e0873c6f360f7418461328637a880a44
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 05:51:06 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 05:51:38 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7018feb6
7
8 gpyutils: Stop producing cands.txt, replaced by CI
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 Makefile.gpyutils | 2 +-
13 htdocs/index.html | 1 -
14 2 files changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/Makefile.gpyutils b/Makefile.gpyutils
17 index 6b0b22c..15a4a12 100644
18 --- a/Makefile.gpyutils
19 +++ b/Makefile.gpyutils
20 @@ -15,7 +15,7 @@ upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt))
21 upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot))
22 upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg)
23
24 -all = $(upgr_all) $(outdir)/cands.txt
25 +all = $(upgr_all)
26
27 all: $(all)
28
29
30 diff --git a/htdocs/index.html b/htdocs/index.html
31 index 85e6c8a..bbb4e86 100644
32 --- a/htdocs/index.html
33 +++ b/htdocs/index.html
34 @@ -99,7 +99,6 @@
35 <a href="/output/gpyutils/36-to-37-stablereq.txt" class="list-group-item">Py3.6 → 3.7 stabilizations</a>
36 <!--<a href="/output/gpyutils/37-to-38.txt" class="list-group-item">Py3.7 → 3.8 testing</a>-->
37 <!--<a href="/output/gpyutils/pypy3-to-35.txt" class="list-group-item">PyPy3 → 3.5 testing</a>-->
38 - <a href="/output/gpyutils/cands.txt" class="list-group-item">Packages missing python*-r1 eclass</a>
39 </div>
40 </div>
41 <div class="col-lg-4">