public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/
@ 2019-08-29  5:51 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-08-29  5:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7018feb6e0873c6f360f7418461328637a880a44
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 05:51:06 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 05:51:38 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7018feb6

gpyutils: Stop producing cands.txt, replaced by CI

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 Makefile.gpyutils | 2 +-
 htdocs/index.html | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 6b0b22c..15a4a12 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
+all = $(upgr_all)
 
 all: $(all)
 

diff --git a/htdocs/index.html b/htdocs/index.html
index 85e6c8a..bbb4e86 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -99,7 +99,6 @@
                 <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/cands.txt" class="list-group-item">Packages missing python*-r1 eclass</a>
               </div>
             </div>
             <div class="col-lg-4">


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/
@ 2023-04-19  6:35 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2023-04-19  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9cd5fc20cb5d3f3704af3b14d7352c903b214696
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 06:35:36 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 06:35:36 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=9cd5fc20

Remove py3.9 → py3.10 lists

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 346cde5..52e1ce2 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)/310-to-311.txt
+upgr_base = $(outdir)/310-to-311.txt
 # related stabilizations
 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
 # all upgrade stuff
@@ -30,16 +30,6 @@ $(outdir)/310-to-311-stablereq.txt: $(timestamp)
 	gpy-upgrade-impl -m -s python3_10 python3_11 > $@.new
 	mv $@.new $@
 
-$(outdir)/39-to-310.txt: $(timestamp)
-	mkdir -p $(outdir)
-	gpy-upgrade-impl -m python3_9 python3_10 > $@.new
-	mv $@.new $@
-
-$(outdir)/39-to-310-stablereq.txt: $(timestamp)
-	mkdir -p $(outdir)
-	gpy-upgrade-impl -m -s python3_9 python3_10 > $@.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 2dcfc55..212f2bb 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/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>
-                <div class="list-group-item list-group-item-action p-0">
-                  <a href="/output/gpyutils/39-to-310-stablereq.txt" class="list-group-item-base-link">Py3.9 → 3.10 stabilizations</a>
-                  <a href="/output/gpyutils/39-to-310-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] 8+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/
@ 2020-05-25 12:22 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2020-05-25 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5a8ae2ba0aa45f033b71638e64105d139f809224
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 12:21:29 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 25 12:21:29 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=5a8ae2ba

gpyutils: Enable for 38→39, also 37→38 stablereq

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 Makefile.gpyutils | 12 +++++++++++-
 htdocs/index.html |  2 ++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 940ad8e..f8fb1b8 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
+upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt $(outdir)/38-to-39.txt
 # related stabilizations
 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
 # all upgrade stuff
@@ -59,6 +59,16 @@ $(outdir)/37-to-38-stablereq.txt: $(timestamp)
 	gpy-upgrade-impl -s python3_7 python3_8 > $@.new
 	mv $@.new $@
 
+$(outdir)/38-to-39.txt: $(timestamp)
+	mkdir -p $(outdir)
+	gpy-upgrade-impl python3_8 python3_9 > $@.new
+	mv $@.new $@
+
+$(outdir)/38-to-39-stablereq.txt: $(timestamp)
+	mkdir -p $(outdir)
+	gpy-upgrade-impl -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 2b8399b..3262c67 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -119,6 +119,8 @@
                 <a href="/output/gpyutils/36-to-37.txt" class="list-group-item list-group-item-action">Py3.6 → 3.7 testing</a>
                 <a href="/output/gpyutils/36-to-37-stablereq.txt" class="list-group-item list-group-item-action">Py3.6 → 3.7 stabilizations</a>
                 <a href="/output/gpyutils/37-to-38.txt" class="list-group-item list-group-item-action">Py3.7 → 3.8 testing</a>
+                <a href="/output/gpyutils/37-to-38-stablereq.txt" class="list-group-item list-group-item-action">Py3.7 → 3.8 stabilization</a>
+                <a href="/output/gpyutils/38-to-39.txt" class="list-group-item list-group-item-action">Py3.8 → 3.9 testing</a>
               </div>
             </div>
             <div class="col-lg-4">


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/
@ 2019-08-28  9:19 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-08-28  9:19 UTC (permalink / raw
  To: gentoo-commits

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 python@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">


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/
@ 2012-11-28 13:54 Jeremy Olexa
  0 siblings, 0 replies; 8+ messages in thread
From: Jeremy Olexa @ 2012-11-28 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7b09d1e1fd9b94e3e2d2fe5d3b8cc77ecfc98ebc
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 28 13:53:55 2012 +0000
Commit:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 13:53:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=7b09d1e1

Better name for output graph

Signed-off-by: Jeremy Olexa <darkside <AT> gentoo.org>

---
 gen-dev-wot.sh    |    6 +++---
 htdocs/index.html |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
index ab20c2d..81e70b0 100755
--- a/gen-dev-wot.sh
+++ b/gen-dev-wot.sh
@@ -25,8 +25,8 @@ wget -q -O -  http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml | \
 /usr/bin/gpg -q --export `cat keys.txt` > keys.gpg
 
 /usr/bin/gpg -q --no-default-keyring  --keyring ./keys.gpg --list-sigs | \
-	/usr/bin/sig2dot -q -a -t "Gentoo Dev WoT" -s stats.html 2> /dev/null | \
-	/usr/bin/neato -Gcharset=latin1 -Tpng > "${1}/graph.png"
+	/usr/bin/sig2dot -q -a -t "Gentoo Dev WoT" -s wot-stats.html 2> /dev/null | \
+	/usr/bin/neato -Gcharset=latin1 -Tpng > "${1}/wot-graph.png"
 
-mv stats.html "${1}"
+mv wot-stats.html "${1}"
 rm -rf $GNUPGHOME

diff --git a/htdocs/index.html b/htdocs/index.html
index 10465c3..7e3213d 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -64,7 +64,7 @@
 	<h2>
 		Misc:
 	</h2>
-	<a href=http://qa-reports.gentoo.org/output/graph.png>Gentoo Dev WoT</a> (Updated Weekly)&nbsp;|&nbsp;<a href=http://qa-reports.gentoo.org/output/stats.html>Node Stats</a>
+	<a href=http://qa-reports.gentoo.org/output/wot-graph.png>Gentoo Dev WoT</a> (Updated Weekly)&nbsp;|&nbsp;<a href=http://qa-reports.gentoo.org/output/wot-stats.html>Node Stats</a>
 
 </body>
 </html>


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/
@ 2011-06-22 14:25 Jeremy Olexa
  0 siblings, 0 replies; 8+ messages in thread
From: Jeremy Olexa @ 2011-06-22 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     1e961af49848309de3aca6852f995b9569c7c345
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 14:25:28 2011 +0000
Commit:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 14:25:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=1e961af4

index: add line item for packages-inheriting-eclasses.py script output

---
 README            |    1 +
 htdocs/index.html |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/README b/README
index da04094..28f3861 100644
--- a/README
+++ b/README
@@ -32,3 +32,4 @@ Current runtimes:
 - find-binary-files.pl: daily
 - genrdeps, run-genrdeps-index.sh: hourly
 - mask_check.py: daily
+- packages-inheriting-eclasses.py: daily

diff --git a/htdocs/index.html b/htdocs/index.html
index 3407ea4..df37d83 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -53,6 +53,8 @@
 	<a href=http://qa-reports.gentoo.org/output/filesdir-usage.txt>Top 100 largest FILESDIRs</a>
 	<br />
 	<a href=http://qa-reports.gentoo.org/output/find-binary-files.txt>Binary files in gentoo-x86</a>
+	<br />
+	<a href=http://qa-reports.gentoo.org/output/eclass-usage/>Listing of packages that inherit an eclass</a>
 	<h2>
 		Rsync Usage:
 	</h2>



^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/
@ 2011-06-14 21:09 Jeremy Olexa
  0 siblings, 0 replies; 8+ messages in thread
From: Jeremy Olexa @ 2011-06-14 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     dd58e8f3509e3a760f37235f52b85e82b8ab28ed
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 21:08:59 2011 +0000
Commit:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 21:08:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=dd58e8f3

Add find-binary-files.pl output to index.html

---
 README            |    3 ++-
 htdocs/index.html |    2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/README b/README
index 992f4aa..da04094 100644
--- a/README
+++ b/README
@@ -23,11 +23,12 @@ Important details:
 
 Current runtimes:
 ================
-(As of 2011-04-15)
+(As of 2011-06-14)
 
 - emerge --sync: hourly. Assume PORTDIR=/usr/portage (may change in future)
 - check_eclasses_eapis.sh: 4x daily
 - eapi_usage.sh: 2x daily
 - filesdir-usage.sh: daily
+- find-binary-files.pl: daily
 - genrdeps, run-genrdeps-index.sh: hourly
 - mask_check.py: daily

diff --git a/htdocs/index.html b/htdocs/index.html
index 8d710d6..3407ea4 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -51,6 +51,8 @@
 	<a href=http://qa-reports.gentoo.org/output/invalid-mask.txt>Invalid package.mask entries</a>
 	<br />
 	<a href=http://qa-reports.gentoo.org/output/filesdir-usage.txt>Top 100 largest FILESDIRs</a>
+	<br />
+	<a href=http://qa-reports.gentoo.org/output/find-binary-files.txt>Binary files in gentoo-x86</a>
 	<h2>
 		Rsync Usage:
 	</h2>



^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/
@ 2011-05-03 20:22 Jeremy Olexa
  0 siblings, 0 replies; 8+ messages in thread
From: Jeremy Olexa @ 2011-05-03 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8e951cb44fa2e6a0d62ea10c927215e91113c964
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 20:19:18 2011 +0000
Commit:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Tue May  3 20:19:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=8e951cb4

add a simple script to show usage of FILESDIRs in the tree

---
 README            |    5 +++--
 filesdir-usage.sh |   13 +++++++++++++
 htdocs/index.html |    2 ++
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 0e2173e..992f4aa 100644
--- a/README
+++ b/README
@@ -26,7 +26,8 @@ Current runtimes:
 (As of 2011-04-15)
 
 - emerge --sync: hourly. Assume PORTDIR=/usr/portage (may change in future)
-- genrdeps, run-genrdeps-index.sh: hourly
-- eapi_usage.sh: 2x daily
 - check_eclasses_eapis.sh: 4x daily
+- eapi_usage.sh: 2x daily
+- filesdir-usage.sh: daily
+- genrdeps, run-genrdeps-index.sh: hourly
 - mask_check.py: daily

diff --git a/filesdir-usage.sh b/filesdir-usage.sh
new file mode 100755
index 0000000..4677277
--- /dev/null
+++ b/filesdir-usage.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# $1 is a number, N. The top N directories that are consuming space. Defaults to
+# all.
+
+cd /usr/portage/
+if [[ -z $1 ]]; then
+	du -h */*/files | sort -nr
+else
+	du -h */*/files | sort -nr | head -n $1
+fi
+echo
+echo $(emerge --info | grep Timestamp)

diff --git a/htdocs/index.html b/htdocs/index.html
index 0f11314..8d710d6 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -49,6 +49,8 @@
 	<a href=http://qa-reports.gentoo.org/output/eapi-per-eclass/>EAPI Usage per eclass</a>
 	<br />
 	<a href=http://qa-reports.gentoo.org/output/invalid-mask.txt>Invalid package.mask entries</a>
+	<br />
+	<a href=http://qa-reports.gentoo.org/output/filesdir-usage.txt>Top 100 largest FILESDIRs</a>
 	<h2>
 		Rsync Usage:
 	</h2>



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-04-19  6:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-29  5:51 [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-04-19  6:35 Michał Górny
2020-05-25 12:22 Michał Górny
2019-08-28  9:19 Michał Górny
2012-11-28 13:54 Jeremy Olexa
2011-06-22 14:25 Jeremy Olexa
2011-06-14 21:09 Jeremy Olexa
2011-05-03 20:22 Jeremy Olexa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox