commit: ee64b8611fbcd635315b957e0720799b62173b4a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 07:40:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 07:41:50 2020 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ee64b861
gpyutils: Remove obsolete reports, update webpage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Makefile.gpyutils | 19 ++-----------------
htdocs/index.html | 3 +--
2 files changed, 3 insertions(+), 19 deletions(-)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 30e6ce5..940ad8e 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -6,11 +6,11 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit
outdir = /dev/null
# upgrades for stable impls
-upgr_base = $(outdir)/35-to-36.txt $(outdir)/36-to-37.txt
$(outdir)/37-to-38.txt
+upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt
# related stabilizations
upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
# all upgrade stuff
-upgr_txt = $(upgr_base) $(upgr_streq) $(outdir)/pypy3-to-36.txt
+upgr_txt = $(upgr_base) $(upgr_streq)
upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt))
upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot))
upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg)
@@ -39,16 +39,6 @@ $(outdir)/depcheck.txt: $(timestamp)
gpy-depcheck > [email protected]
mv [email protected] $@
-$(outdir)/35-to-36.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl python3_5 python3_6 > [email protected]
- mv [email protected] $@
-
-$(outdir)/35-to-36-stablereq.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -s python3_5 python3_6 > [email protected]
- mv [email protected] $@
-
$(outdir)/36-to-37.txt: $(timestamp)
mkdir -p $(outdir)
gpy-upgrade-impl python3_6 python3_7 > [email protected]
@@ -69,11 +59,6 @@ $(outdir)/37-to-38-stablereq.txt: $(timestamp)
gpy-upgrade-impl -s python3_7 python3_8 > [email protected]
mv [email protected] $@
-$(outdir)/pypy3-to-36.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl pypy3 python3_6 > [email protected]
- mv [email protected] $@
-
%.dot: %.txt
gpy-depgraph -m [email protected] $< > [email protected]
mv [email protected] $@
diff --git a/htdocs/index.html b/htdocs/index.html
index 0278859..572a18c 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -116,8 +116,7 @@
<a href="/output/gentoo-ci/output.verbose.html"
class="list-group-item">Gentoo CI – QA check results (verbose)</a>
<a href="/output/gpyutils/36-to-37.txt"
class="list-group-item">Py3.6 → 3.7 testing</a>
<a href="/output/gpyutils/36-to-37-stablereq.txt"
class="list-group-item">Py3.6 → 3.7 stabilizations</a>
- <!--<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/37-to-38.txt"
class="list-group-item">Py3.7 → 3.8 testing</a>
</div>
</div>
<div class="col-lg-4">