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, 28 Aug 2019 09:19:13
Message-Id: 1566983931.cde87f0c9204e5ab0546065d0fdc6df6900d0c89.mgorny@gentoo
1 commit: cde87f0c9204e5ab0546065d0fdc6df6900d0c89
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 09:18:51 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 09:18:51 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=cde87f0c
7
8 gpyutils: Remove meta-report (replaced by pkgcheck)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 Makefile.gpyutils | 7 +------
13 htdocs/index.html | 1 -
14 2 files changed, 1 insertion(+), 7 deletions(-)
15
16 diff --git a/Makefile.gpyutils b/Makefile.gpyutils
17 index 9d5f613..6b0b22c 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 $(outdir)/missing-meta.txt
25 +all = $(upgr_all) $(outdir)/cands.txt
26
27 all: $(all)
28
29 @@ -64,11 +64,6 @@ $(outdir)/pypy3-to-36.txt: $(timestamp)
30 gpy-upgrade-impl pypy3 python3_6 > $@.new
31 mv $@.new $@
32
33 -$(outdir)/missing-meta.txt: $(timestamp)
34 - mkdir -p $(outdir)
35 - gpy-find-missing-meta > $@.new
36 - mv $@.new $@
37 -
38 %.dot: %.txt
39 gpy-depgraph -m python@g.o $< > $@.new
40 mv $@.new $@
41
42 diff --git a/htdocs/index.html b/htdocs/index.html
43 index 9e91201..85e6c8a 100644
44 --- a/htdocs/index.html
45 +++ b/htdocs/index.html
46 @@ -100,7 +100,6 @@
47 <!--<a href="/output/gpyutils/37-to-38.txt" class="list-group-item">Py3.7 → 3.8 testing</a>-->
48 <!--<a href="/output/gpyutils/pypy3-to-35.txt" class="list-group-item">PyPy3 → 3.5 testing</a>-->
49 <a href="/output/gpyutils/cands.txt" class="list-group-item">Packages missing python*-r1 eclass</a>
50 - <a href="/output/gpyutils/missing-meta.txt" class="list-group-item">python*-r1 eclass usage issues</a>
51 </div>
52 </div>
53 <div class="col-lg-4">