diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-14 16:44:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-14 16:44:51 +0100 |
commit | 1cff8b5c256f9e1d93a130065b5e8cf8fda57b86 (patch) | |
tree | 5066e24ff5555a959db23bd903e124fccc8c38fc | |
parent | index.html: add bugs last touched in 2022 (diff) | |
download | qa-scripts-1cff8b5c256f9e1d93a130065b5e8cf8fda57b86.tar.gz qa-scripts-1cff8b5c256f9e1d93a130065b5e8cf8fda57b86.tar.bz2 qa-scripts-1cff8b5c256f9e1d93a130065b5e8cf8fda57b86.zip |
Removed py3.8→3.9 reports
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | Makefile.gpyutils | 12 | ||||
-rw-r--r-- | htdocs/index.html | 12 |
2 files changed, 1 insertions, 23 deletions
diff --git a/Makefile.gpyutils b/Makefile.gpyutils index b1d02e7..ff60d5c 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)/39-to-310.txt $(outdir)/38-to-39.txt +upgr_base = $(outdir)/39-to-310.txt # related stabilizations upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base)) # all upgrade stuff @@ -40,16 +40,6 @@ $(outdir)/39-to-310-stablereq.txt: $(timestamp) gpy-upgrade-impl -m -s python3_9 python3_10 > $@.new mv $@.new $@ -$(outdir)/38-to-39.txt: $(timestamp) - mkdir -p $(outdir) - gpy-upgrade-impl -m python3_8 python3_9 > $@.new - mv $@.new $@ - -$(outdir)/38-to-39-stablereq.txt: $(timestamp) - mkdir -p $(outdir) - gpy-upgrade-impl -m -s python3_8 python3_9 > $@.new - mv $@.new $@ - %.dot: %.txt gpy-depgraph -m python@gentoo.org $< > $@.new mv $@.new $@ diff --git a/htdocs/index.html b/htdocs/index.html index efc5eae..94e9a99 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -100,18 +100,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/38-to-39.txt" class="list-group-item-base-link">Py3.8 → 3.9 testing</a> - <a href="/output/gpyutils/38-to-39.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/38-to-39-stablereq.txt" class="list-group-item-base-link">Py3.8 → 3.9 stabilizations</a> - <a href="/output/gpyutils/38-to-39-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/39-to-310.txt" class="list-group-item-base-link">Py3.9 → 3.10 testing</a> <a href="/output/gpyutils/39-to-310.svg" class="list-group-item-additional-link p-1"> <span class="badge badge-primary">svg</span> |