commit: cde87f0c9204e5ab0546065d0fdc6df6900d0c89 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Aug 28 09:18:51 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 28 09:18:51 2019 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=cde87f0c
gpyutils: Remove meta-report (replaced by pkgcheck) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Makefile.gpyutils | 7 +------ htdocs/index.html | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index 9d5f613..6b0b22c 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -15,7 +15,7 @@ upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt)) upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot)) upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg) -all = $(upgr_all) $(outdir)/cands.txt $(outdir)/missing-meta.txt +all = $(upgr_all) $(outdir)/cands.txt all: $(all) @@ -64,11 +64,6 @@ $(outdir)/pypy3-to-36.txt: $(timestamp) gpy-upgrade-impl pypy3 python3_6 > $@.new mv $@.new $@ -$(outdir)/missing-meta.txt: $(timestamp) - mkdir -p $(outdir) - gpy-find-missing-meta > $@.new - mv $@.new $@ - %.dot: %.txt gpy-depgraph -m pyt...@gentoo.org $< > $@.new mv $@.new $@ diff --git a/htdocs/index.html b/htdocs/index.html index 9e91201..85e6c8a 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -100,7 +100,6 @@ <!--<a href="/output/gpyutils/37-to-38.txt" class="list-group-item">Py3.7 → 3.8 testing</a>--> <!--<a href="/output/gpyutils/pypy3-to-35.txt" class="list-group-item">PyPy3 → 3.5 testing</a>--> <a href="/output/gpyutils/cands.txt" class="list-group-item">Packages missing python*-r1 eclass</a> - <a href="/output/gpyutils/missing-meta.txt" class="list-group-item">python*-r1 eclass usage issues</a> </div> </div> <div class="col-lg-4">