commit: d77ca2df27c9494ddc0ddcf301ac6b646f28fa80
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 19:42:21 2021 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 19:42:21 2021 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=d77ca2df
gpyutils: drop py3.6->3.7 stable and testing reports
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Makefile.gpyutils | 12 +-----------
htdocs/index.html | 12 ------------
2 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index e7be59e..ed878e8 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -6,7 +6,7 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit
outdir = /dev/null
# upgrades for stable impls
-upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt
$(outdir)/38-to-39.txt
+upgr_base = $(outdir)/37-to-38.txt $(outdir)/38-to-39.txt
# related stabilizations
upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
# all upgrade stuff
@@ -39,16 +39,6 @@ $(outdir)/depcheck.txt: $(timestamp)
gpy-depcheck > [email protected]
mv [email protected] $@
-$(outdir)/36-to-37.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -m python3_6 python3_7 > [email protected]
- mv [email protected] $@
-
-$(outdir)/36-to-37-stablereq.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -m -s python3_6 python3_7 > [email protected]
- mv [email protected] $@
-
$(outdir)/37-to-38.txt: $(timestamp)
mkdir -p $(outdir)
gpy-upgrade-impl -m python3_7 python3_8 > [email protected]
diff --git a/htdocs/index.html b/htdocs/index.html
index 4cfd715..2f22803 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -99,18 +99,6 @@
<h3>Python reports</h3>
<div class="list-group mb-3">
- <div class="list-group-item list-group-item-action p-0">
- <a href="/output/gpyutils/36-to-37.txt"
class="list-group-item-base-link">Py3.6 → 3.7 testing</a>
- <a href="/output/gpyutils/36-to-37.svg"
class="list-group-item-additional-link p-1">
- <span class="badge badge-primary">svg</span>
- </a>
- </div>
- <div class="list-group-item list-group-item-action p-0">
- <a href="/output/gpyutils/36-to-37-stablereq.txt"
class="list-group-item-base-link">Py3.6 → 3.7 stabilizations</a>
- <a href="/output/gpyutils/36-to-37-stablereq.svg"
class="list-group-item-additional-link p-1">
- <span class="badge badge-primary">svg</span>
- </a>
- </div>
<div class="list-group-item list-group-item-action p-0">
<a href="/output/gpyutils/37-to-38.txt"
class="list-group-item-base-link">Py3.7 → 3.8 testing</a>
<a href="/output/gpyutils/37-to-38.svg"
class="list-group-item-additional-link p-1">