* [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /
@ 2018-07-18 10:46 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-07-18 10:46 UTC (permalink / raw
To: gentoo-commits
commit: 2cec249e662330411aed8fe748264af48cea5c67
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 10:45:51 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 10:45:51 2018 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=2cec249e
Convert dev WoT to .svg
gen-dev-wot.sh | 2 +-
htdocs/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
index 64b0067..d15f461 100755
--- a/gen-dev-wot.sh
+++ b/gen-dev-wot.sh
@@ -17,6 +17,6 @@ gpg -q --keyid-format=long --keyring "${1}/active-devs.gpg" --list-sigs | \
/usr/bin/sig2dot -q -t "Gentoo Dev WoT" -s wot-stats.html \
> keys.dot
-dot -Gcharset=latin1 -Tpng keys.dot > "${1}/wot-graph.png"
+dot -Gcharset=latin1 -Tsvg keys.dot > "${1}/wot-graph.svg"
mv wot-stats.html "${1}"
diff --git a/htdocs/index.html b/htdocs/index.html
index 2cdd6c4..98140c6 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -85,7 +85,7 @@
<h3>Misc</h3>
<div class="list-group">
- <a href="/output/wot-graph.png" class="list-group-item">Gentoo Dev Web of Trust (WoT)</a>
+ <a href="/output/wot-graph.svg" class="list-group-item">Gentoo Dev Web of Trust (WoT)</a>
<a href="/output/wot-stats.html" class="list-group-item">WoT Node Stats</a>
<a href="/output/maintainer-needed.html" class="list-group-item">"Maintainer Needed" Packages</a>
<a href="/output/dev-timeline.html" class="list-group-item">Developer commit timeline</a>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /
@ 2020-01-24 7:42 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2020-01-24 7:42 UTC (permalink / raw
To: gentoo-commits
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 > $@.new
mv $@.new $@
-$(outdir)/35-to-36.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl python3_5 python3_6 > $@.new
- mv $@.new $@
-
-$(outdir)/35-to-36-stablereq.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -s python3_5 python3_6 > $@.new
- mv $@.new $@
-
$(outdir)/36-to-37.txt: $(timestamp)
mkdir -p $(outdir)
gpy-upgrade-impl python3_6 python3_7 > $@.new
@@ -69,11 +59,6 @@ $(outdir)/37-to-38-stablereq.txt: $(timestamp)
gpy-upgrade-impl -s python3_7 python3_8 > $@.new
mv $@.new $@
-$(outdir)/pypy3-to-36.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl pypy3 python3_6 > $@.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 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">
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /
@ 2021-02-08 19:42 Aaron Bauman
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2021-02-08 19:42 UTC (permalink / raw
To: gentoo-commits
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 > $@.new
mv $@.new $@
-$(outdir)/36-to-37.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -m python3_6 python3_7 > $@.new
- mv $@.new $@
-
-$(outdir)/36-to-37-stablereq.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -m -s python3_6 python3_7 > $@.new
- mv $@.new $@
-
$(outdir)/37-to-38.txt: $(timestamp)
mkdir -p $(outdir)
gpy-upgrade-impl -m python3_7 python3_8 > $@.new
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">
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /
@ 2021-02-08 20:09 Aaron Bauman
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2021-02-08 20:09 UTC (permalink / raw
To: gentoo-commits
commit: a01836e82471db9dc2817afea4529672d17e5bfe
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 20:09:16 2021 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 20:09:16 2021 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a01836e8
gpyuutils: drop py2->3 as well
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Makefile.gpyutils | 5 -----
htdocs/index.html | 6 ------
2 files changed, 11 deletions(-)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index ed878e8..a50775d 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -64,11 +64,6 @@ $(outdir)/py2.txt: $(timestamp)
gpy-py2 > $@.new
mv $@.new $@
-$(outdir)/py23.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-py2 -3 > $@.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 2f22803..f3cb579 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -123,12 +123,6 @@
<span class="badge badge-primary">svg</span>
</a>
</div>
- <div class="list-group-item list-group-item-action p-0">
- <a href="/output/gpyutils/py23.txt" class="list-group-item-base-link">Py2+3 packages</a>
- <a href="/output/gpyutils/py23.svg" class="list-group-item-additional-link p-1">
- <span class="badge badge-primary">svg</span>
- </a>
- </div>
</div>
</div>
<div class="col-lg-4">
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /
@ 2021-07-15 17:24 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2021-07-15 17:24 UTC (permalink / raw
To: gentoo-commits
commit: 0ee5811010eb88bc76a30672c606b0bae0a554a9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 17:23:45 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 17:23:45 2021 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=0ee58110
Update gpyutils data to add 3.10 and remove 3.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Makefile.gpyutils | 10 +++++-----
htdocs/index.html | 12 ++++++------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index a50775d..90010bc 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)/37-to-38.txt $(outdir)/38-to-39.txt
+upgr_base = $(outdir)/39-to-310.txt $(outdir)/38-to-39.txt
# related stabilizations
upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
# all upgrade stuff
@@ -39,14 +39,14 @@ $(outdir)/depcheck.txt: $(timestamp)
gpy-depcheck > $@.new
mv $@.new $@
-$(outdir)/37-to-38.txt: $(timestamp)
+$(outdir)/39-to-310.txt: $(timestamp)
mkdir -p $(outdir)
- gpy-upgrade-impl -m python3_7 python3_8 > $@.new
+ gpy-upgrade-impl -m python3_9 python3_10 > $@.new
mv $@.new $@
-$(outdir)/37-to-38-stablereq.txt: $(timestamp)
+$(outdir)/39-to-310-stablereq.txt: $(timestamp)
mkdir -p $(outdir)
- gpy-upgrade-impl -m -s python3_7 python3_8 > $@.new
+ gpy-upgrade-impl -m -s python3_9 python3_10 > $@.new
mv $@.new $@
$(outdir)/38-to-39.txt: $(timestamp)
diff --git a/htdocs/index.html b/htdocs/index.html
index f3cb579..b7bdf01 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -100,20 +100,20 @@
<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/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">
+ <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/37-to-38-stablereq.txt" class="list-group-item-base-link">Py3.7 → 3.8 stabilizations</a>
- <a href="/output/gpyutils/37-to-38-stablereq.svg" class="list-group-item-additional-link p-1">
+ <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/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">
+ <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>
</a>
</div>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /
@ 2023-01-14 15:44 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2023-01-14 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 1cff8b5c256f9e1d93a130065b5e8cf8fda57b86
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 15:44:38 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 15:44:51 2023 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=1cff8b5c
Removed py3.8→3.9 reports
Signed-off-by: Michał Górny <mgorny <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 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
@@ -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/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">
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /
@ 2024-04-29 22:03 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-04-29 22:03 UTC (permalink / raw
To: gentoo-commits
commit: f24da1270bd354e58b6be99e858d23a6e2bf0c78
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 22:03:33 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 22:03:33 2024 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=f24da127
Makefile.gpyutils, htdocs/index.html: add 3.11->3.12 stable reports
Signed-off-by: Sam James <sam <AT> gentoo.org>
Makefile.gpyutils | 12 ++++++------
htdocs/index.html | 6 ++++++
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index a2bba56..75fee4e 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -14,11 +14,11 @@ outdir = /dev/null
# from 1->2. Especially e.g. git, ninja, meson, doxygen.
# upgrades for stable impls
-upgr_base = $(outdir)/310-to-311.txt
+upgr_base = $(outdir)/310-to-311.txt $(outdir)/311-to-312.txt
# related stabilizations
upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
# all upgrade stuff
-upgr_txt = $(upgr_base) $(upgr_streq) $(outdir)/311-to-312.txt
+upgr_txt = $(upgr_base) $(upgr_streq)
upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt))
upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot))
# add new impls here if not stable yet, to avoid insanely huge generation times
@@ -33,10 +33,10 @@ $(outdir)/311-to-312.txt: $(timestamp)
gpy-upgrade-impl -m python3_11 python3_12 > $@.new
mv $@.new $@
-#$(outdir)/311-to-312-stablereq.txt: $(timestamp)
-# mkdir -p $(outdir)
-# gpy-upgrade-impl -m -s python3_11 python3_12 > $@.new
-# mv $@.new $@
+$(outdir)/311-to-312-stablereq.txt: $(timestamp)
+ mkdir -p $(outdir)
+ gpy-upgrade-impl -m -s python3_11 python3_12 > $@.new
+ mv $@.new $@
$(outdir)/310-to-311.txt: $(timestamp)
mkdir -p $(outdir)
diff --git a/htdocs/index.html b/htdocs/index.html
index f40051e..60955d2 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -105,6 +105,12 @@
<span class="badge badge-primary">svg</span>
</a>
</div>
+ <div class="list-group-item list-group-item-action p-0">
+ <a href="/output/gpyutils/311-to-312-stablereq.txt" class="list-group-item-base-link">Py3.11 → 3.12 stabilizations</a>
+ <a href="/output/gpyutils/311-to-312-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/310-to-311.txt" class="list-group-item-base-link">Py3.10 → 3.11 testing</a>
<a href="/output/gpyutils/310-to-311.svg" class="list-group-item-additional-link p-1">
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-04-29 22:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-24 7:42 [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, / Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-04-29 22:03 Sam James
2023-01-14 15:44 Michał Górny
2021-07-15 17:24 Michał Górny
2021-02-08 20:09 Aaron Bauman
2021-02-08 19:42 Aaron Bauman
2018-07-18 10:46 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox