[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2024-06-08 Thread Michał Górny
commit: 77932be6dbd27f876dc59b437049d614738ee3b8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  8 14:14:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  8 14:14:42 2024 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=77932be6

index: Include 2023 Bugzilla search link

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

 htdocs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index ddd182b..84fd41c 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -184,6 +184,7 @@
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2021-01-01=2020-01-01;
 class="list-group-item list-group-item-action">2020
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2022-01-01=2021-01-01;
 class="list-group-item list-group-item-action">2021
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2023-01-01=2022-01-01;
 class="list-group-item list-group-item-action">2022
+https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2024-01-01=2023-01-01;
 class="list-group-item list-group-item-action">2023
   
 
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2024-06-08 Thread Michał Górny
commit: a0b6f8ee758ffb47e94719256307c1e913691215
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  8 14:13:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  8 14:13:56 2024 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a0b6f8ee

index: Include py3.12 → py3.13 report

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

 htdocs/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 60955d2..ddd182b 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -99,6 +99,9 @@
 
   Python reports
   
+
+  Py3.12 → 3.13 testing
+
 
   Py3.11 → 3.12 testing
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /

2024-04-29 Thread Sam James
commit: f24da1270bd354e58b6be99e858d23a6e2bf0c78
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 29 22:03:33 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 29 22:03:33 2024 +
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  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 @@
 svg
   
 
+
+  Py3.11 → 3.12 stabilizations
+  
+svg
+  
+
 
   Py3.10 → 3.11 testing
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2023-05-31 Thread Sam James
commit: 437523a5a1a442d28e84a2cb3ff84d4e031560d6
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 05:41:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 05:41:58 2023 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=437523a5

htdocs: add link to py311->py312 svg/graph

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 681c037..f40051e 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -101,6 +101,9 @@
   
 
   Py3.11 → 3.12 testing
+  
+svg
+  
 
 
   Py3.10 → 3.11 testing



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2023-05-24 Thread Sam James
commit: 484ef260f73dd42940d629282ff8c519aa0b805f
Author: Sam James  gentoo  org>
AuthorDate: Wed May 24 12:00:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 24 12:00:13 2023 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=484ef260

htdocs: link to py3.11->py3.12 porting list

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 212f2bb..681c037 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -99,6 +99,9 @@
 
   Python reports
   
+
+  Py3.11 → 3.12 testing
+
 
   Py3.10 → 3.11 testing
   



[gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/

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

Remove py3.9 → py3.10 lists

Signed-off-by: Michał Górny  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 pyt...@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 @@
 
   Python reports
   
-
-  Py3.9 → 3.10 testing
-  
-svg
-  
-
-
-  Py3.9 → 3.10 stabilizations
-  
-svg
-  
-
 
   Py3.10 → 3.11 testing
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2023-01-21 Thread Sam James
commit: 554dce27a06c05557dcab5d6951f044abf9a2b22
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 21 06:12:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 22 06:29:40 2023 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=554dce27

htdocs: restore py3.11 graph links

We're generating it again now.

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 9 +
 1 file changed, 9 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 94e9a99..2dcfc55 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -113,7 +113,16 @@
 
 
   Py3.10 → 3.11 testing
+  
+svg
+  
  
+
+  Py3.10 → 3.11 stabilizations
+  
+svg
+  
+
   
   Generated artifacts
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /

2023-01-14 Thread Michał Górny
commit: 1cff8b5c256f9e1d93a130065b5e8cf8fda57b86
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 14 15:44:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 14 15:44:51 2023 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=1cff8b5c

Removed py3.8→3.9 reports

Signed-off-by: Michał Górny  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 pyt...@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 @@
 
   Python reports
   
-
-  Py3.8 → 3.9 testing
-  
-svg
-  
-
-
-  Py3.8 → 3.9 stabilizations
-  
-svg
-  
-
 
   Py3.9 → 3.10 testing
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2023-01-12 Thread Sam James
commit: d135582504131b752e5d5c068b21b92fd30f4f4b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 13 07:44:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 13 07:44:36 2023 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=d1355825

index.html: add bugs last touched in 2022

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 4d8e34e..efc5eae 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -183,6 +183,7 @@
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2020-01-01=2019-01-01;
 class="list-group-item list-group-item-action">2019
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2021-01-01=2020-01-01;
 class="list-group-item list-group-item-action">2020
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2022-01-01=2021-01-01;
 class="list-group-item list-group-item-action">2021
+https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2023-01-01=2022-01-01;
 class="list-group-item list-group-item-action">2022
   
 
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2023-01-12 Thread Ulrich Müller
commit: 3d258b05547410f51f80d7fdebe960f9591901b2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jan 12 17:52:29 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jan 12 17:52:29 2023 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=3d258b05

index.html: Update copyright years

Signed-off-by: Ulrich Müller  gentoo.org>

 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 2c4e03c..4d8e34e 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -210,7 +210,7 @@
 
   
   
- 20012020 Gentoo Authors
+ 20012023 Gentoo Authors
 
   Gentoo is a trademark of the Gentoo Foundation, Inc.
   The contents of this document, unless otherwise expressly 
stated, are licensed under the



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2023-01-12 Thread Ulrich Müller
commit: 94bc7ab980ae5c1167fc30f12a57bbe3c4873964
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jan 12 15:31:34 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jan 12 17:22:45 2023 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=94bc7ab9

index.html: Add leaf-packages.html report

Signed-off-by: Florian Schmaus  gentoo.org>
Signed-off-by: Ulrich Müller  gentoo.org>

 htdocs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index d38cc56..2c4e03c 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -147,6 +147,7 @@
 Top 100 largest FILESDIRs
 Binary files in ::gentoo
 Listing of packages that inherit an eclass
+Leaf Packages
 
   Gentoo CI – QA check results
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2022-05-16 Thread Michał Górny
commit: 7c95afd9fc777a94a06ade155f4620ed6df1e9fa
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 16:12:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 16:12:28 2022 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7c95afd9

Remove non-existing py3.11 graph link

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

 htdocs/index.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 4876851..d38cc56 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -125,9 +125,6 @@
 
 
   Py3.10 → 3.11 testing
-  
-svg
-  
  
   
   Generated artifacts



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2022-05-16 Thread Michał Górny
commit: 7df3d4badf07dae29828c5012861ac45eab7c905
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 16:12:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 16:12:18 2022 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7df3d4ba

Remove obsolete py2 report links

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

 htdocs/index.html | 6 --
 1 file changed, 6 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 40eb63f..4876851 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -129,12 +129,6 @@
 svg
   
  
-   
-  Py2-only packages
-  
-svg
-  
-
   
   Generated artifacts
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2022-05-10 Thread Sam James
commit: c2a48851ce92b4824af158a6a866b130e9776c45
Author: Sam James  gentoo  org>
AuthorDate: Tue May 10 16:29:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 10 16:29:46 2022 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=c2a48851

htdocs: add link to Python 3.10 -> Python 3.11 lists

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 14e5935..40eb63f 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -124,6 +124,12 @@
   
 
 
+  Py3.10 → 3.11 testing
+  
+svg
+  
+ 
+   
   Py2-only packages
   
 svg



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2022-04-13 Thread Sam James
commit: 63bc12704fd23c11518299f1ebcb7aa200b22b38
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 13 06:19:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 13 06:19:11 2022 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=63bc1270

htdocs: add 2020, 2021 bug links

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index f6289de..14e5935 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -183,6 +183,8 @@
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2018-01-01=2017-01-01;
 class="list-group-item list-group-item-action">2017
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2019-01-01=2018-01-01;
 class="list-group-item list-group-item-action">2018
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2020-01-01=2019-01-01;
 class="list-group-item list-group-item-action">2019
+https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2021-01-01=2020-01-01;
 class="list-group-item list-group-item-action">2020
+https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2022-01-01=2021-01-01;
 class="list-group-item list-group-item-action">2021
   
 
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2022-03-19 Thread Sam James
commit: ba92bba77ba90ede141ee48fdaa0caff6813ea8c
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 19 22:17:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 19 22:18:14 2022 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ba92bba7

htdocs/index.html: update link to new eapi-usage/ directory

Contains STATS.txt for the old content but also per-EAPI files
listing ebuilds.

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 3652d33..f6289de 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -143,7 +143,7 @@
 
   Tree-wide Scanning
   
-EAPI Usage
+EAPI Usage
 EAPI Usage per eclass
 Eclass-EAPI usage matrix
 Invalid package.mask entries



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2022-02-27 Thread Robin H. Johnson
commit: 0fc0320d35bfef018cfb35762834e05c1368ac19
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Feb 27 19:27:30 2022 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Feb 27 19:27:30 2022 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=0fc0320d

htdocs/index: add keyring artifact links

Signed-off-by: Robin H. Johnson  gentoo.org>

 htdocs/index.html | 9 +
 1 file changed, 9 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index ea4a50c..3652d33 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -130,6 +130,15 @@
   
 
   
+  Generated artifacts
+  
+GPG keyring: service keys
+GPG keyring: all active devs
+GPG keyring: active gentoo.git devs
+GPG keyring: retired devs
+GPG keyring: infra devs
+GPG keyring: all devs
+  
 
 
   Tree-wide Scanning



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2021-11-08 Thread Sam James
commit: 7433d949cd37f66dd6aa5bbb53d3b54aa43ebeb9
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  9 07:41:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 07:41:09 2021 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7433d949

htdocs/index.html: add "(orphaned)" to maintainer-needed caption

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 2f01ee3..ea4a50c 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -91,7 +91,7 @@
   
 Gentoo Dev Web of Trust (WoT)
 WoT Node Stats
-Maintainer Needed 
Packages
+Maintainer Needed 
(orphaned) Packages
 Developer commit timeline
 Active developer commit timeline
 Repository status reports



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2021-11-08 Thread Sam James
commit: 81a2539804eee312e9dceb630866f025dd3fd410
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  9 07:40:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 07:40:25 2021 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=81a25398

htdocs/index.html: say "::gentoo", not "gentoo-x86"

gentoo-x86 is old terminology for the Gentoo ebuild repository.

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 62988b5..2f01ee3 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -139,7 +139,7 @@
 Eclass-EAPI usage matrix
 Invalid package.mask entries
 Top 100 largest FILESDIRs
-Binary files in gentoo-x86
+Binary files in ::gentoo
 Listing of packages that inherit an eclass
 
   Gentoo CI – QA check results



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2021-11-08 Thread Sam James
commit: a4dafc5ca436f847a5f66dc18ea1b2be7006a069
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  9 07:03:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 07:03:11 2021 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a4dafc5c

htdocs/index.html: add Python 3.9 -> 3.10 stabilization link

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index f2690ec..62988b5 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -117,6 +117,12 @@
 svg
   
 
+
+  Py3.9 → 3.10 stabilizations
+  
+svg
+  
+
 
   Py2-only packages
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2021-11-08 Thread Sam James
commit: 7964adb75a20185ab24ed89ca00286316f5c2c4a
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  9 07:00:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 07:00:06 2021 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7964adb7

htdocs/index.html: add IDEPEND to genrdeps links

Signed-off-by: Sam James  gentoo.org>

 htdocs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index b7bdf01..f2690ec 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -147,6 +147,7 @@
   
 Reverse RDEPEND
 Reverse DEPEND
+Reverse IDEPEND
 Reverse PDEPEND
 Reverse BDEPEND
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /

2021-07-15 Thread Michał Górny
commit: 0ee5811010eb88bc76a30672c606b0bae0a554a9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 15 17:23:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 15 17:23:45 2021 +
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  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 @@
   Python reports
   
 
-  Py3.7 → 3.8 testing
-  
+  Py3.8 → 3.9 testing
+  
 svg
   
 
 
-  Py3.7 → 3.8 stabilizations
-  
+  Py3.8 → 3.9 stabilizations
+  
 svg
   
 
 
-  Py3.8 → 3.9 testing
-  
+  Py3.9 → 3.10 testing
+  
 svg
   
 



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /

2021-02-08 Thread Aaron Bauman
commit: a01836e82471db9dc2817afea4529672d17e5bfe
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Feb  8 20:09:16 2021 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Feb  8 20:09:16 2021 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a01836e8

gpyuutils: drop py2->3 as well

Signed-off-by: Aaron Bauman  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 pyt...@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 @@
 svg
   
 
-
-  Py2+3 packages
-  
-svg
-  
-
   
 
 



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /

2021-02-08 Thread Aaron Bauman
commit: d77ca2df27c9494ddc0ddcf301ac6b646f28fa80
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Feb  8 19:42:21 2021 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Feb  8 19:42:21 2021 +
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  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 @@
 
   Python reports
   
-
-  Py3.6 → 3.7 testing
-  
-svg
-  
-
-
-  Py3.6 → 3.7 stabilizations
-  
-svg
-  
-
 
   Py3.7 → 3.8 testing
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2020-10-23 Thread Michał Górny
commit: 81a925f9147cba2636bdc4b94f000930a0a4b268
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 23 07:07:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 07:07:56 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=81a925f9

Ask robots to stop killing qa-reports.g.o

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

 htdocs/robots.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/robots.txt b/htdocs/robots.txt
new file mode 100644
index 000..1f53798
--- /dev/null
+++ b/htdocs/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2020-06-02 Thread Michał Górny
commit: 9704d71bd285754f70d9847af83824720e9681ce
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  2 17:36:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 17:36:30 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=9704d71b

Join CI reports into base+badge-button

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

 htdocs/index.html | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 97fc857..4cfd715 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -153,8 +153,12 @@
 Top 100 largest FILESDIRs
 Binary files in gentoo-x86
 Listing of packages that inherit an eclass
-Gentoo CI – QA check results
-Gentoo CI – QA check results 
(verbose)
+
+  Gentoo CI – QA check results
+  
+-v
+  
+
   
 
   Reverse dependencies



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2020-06-02 Thread Michał Górny
commit: 67ec9ff42b6a0954ddff6dbecf7bd7eab88dba01
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  2 14:32:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 14:32:44 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=67ec9ff4

Link svg variants of py-reports

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

 htdocs/index.html | 50 +++---
 1 file changed, 43 insertions(+), 7 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 4a8336f..97fc857 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -6,6 +6,7 @@
 
 
 https://assets.gentoo.org/tyrian/v2/tyrian.min.css; 
rel="stylesheet" media="screen">
+https://assets.gentoo.org/tyrian/v2/components/additional-listgroup-link.min.css;
 rel="stylesheet" media="screen">
 https://www.gentoo.org/favicon.ico; 
type="image/x-icon">
   
   
@@ -98,13 +99,48 @@
 
   Python reports
   
-Py3.6 → 3.7 testing
-Py3.6 → 3.7 stabilizations
-Py3.7 → 3.8 testing
-Py3.7 → 3.8 stabilization
-Py3.8 → 3.9 testing
-Py2-only packages
-Py2+3 packages
+
+  Py3.6 → 3.7 testing
+  
+svg
+  
+
+
+  Py3.6 → 3.7 stabilizations
+  
+svg
+  
+
+
+  Py3.7 → 3.8 testing
+  
+svg
+  
+
+
+  Py3.7 → 3.8 stabilizations
+  
+svg
+  
+
+
+  Py3.8 → 3.9 testing
+  
+svg
+  
+
+
+  Py2-only packages
+  
+svg
+  
+
+
+  Py2+3 packages
+  
+svg
+  
+
   
 
 



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2020-06-02 Thread Michał Górny
commit: a82ee696121024fe2ff0e7633f16167035177c9a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  2 06:30:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 06:30:59 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a82ee696

index: Add new py2 reports, reshuffle

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

 htdocs/index.html | 32 +++-
 1 file changed, 19 insertions(+), 13 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 006f5d4..4a8336f 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -96,17 +96,20 @@
 Repository status reports
   
 
-  Reverse dependencies
-  
-Reverse runtime dependencies (RDEPEND)
-Reverse buildtime dependencies (DEPEND)
-Reverse post dependencies (PDEPEND)
-Reverse buildtime dependencies (BDEPEND)
+  Python reports
+  
+Py3.6 → 3.7 testing
+Py3.6 → 3.7 stabilizations
+Py3.7 → 3.8 testing
+Py3.7 → 3.8 stabilization
+Py3.8 → 3.9 testing
+Py2-only packages
+Py2+3 packages
   
 
 
   Tree-wide Scanning
-  
+  
 EAPI Usage
 EAPI Usage per eclass
 Eclass-EAPI usage matrix
@@ -116,16 +119,19 @@
 Listing of packages that inherit an eclass
 Gentoo CI – QA check results
 Gentoo CI – QA check results 
(verbose)
-Py3.6 → 3.7 testing
-Py3.6 → 3.7 stabilizations
-Py3.7 → 3.8 testing
-Py3.7 → 3.8 stabilization
-Py3.8 → 3.9 testing
+  
+
+  Reverse dependencies
+  
+Reverse RDEPEND
+Reverse DEPEND
+Reverse PDEPEND
+Reverse BDEPEND
   
 
 
   Bugs last touched by year
-  
+  
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2008-01-01=2007-01-01;
 class="list-group-item list-group-item-action">2007
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2009-01-01=2008-01-01;
 class="list-group-item list-group-item-action">2008
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2010-01-01=2009-01-01;
 class="list-group-item list-group-item-action">2009



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2020-05-25 Thread Michał Górny
commit: 224c715a7356e8a49f39e1b34761112e43098116
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 12:21:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 12:21:56 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=224c715a

Link bugs by 2019

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

 htdocs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 3262c67..006f5d4 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -138,6 +138,7 @@
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2017-01-01=2016-01-01;
 class="list-group-item list-group-item-action">2016
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2018-01-01=2017-01-01;
 class="list-group-item list-group-item-action">2017
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2019-01-01=2018-01-01;
 class="list-group-item list-group-item-action">2018
+https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2020-01-01=2019-01-01;
 class="list-group-item list-group-item-action">2019
   
 
   



[gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/

2020-05-25 Thread Michał Górny
commit: 5a8ae2ba0aa45f033b71638e64105d139f809224
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 12:21:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 12:21:29 2020 +
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  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 pyt...@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 @@
 Py3.6 → 3.7 testing
 Py3.6 → 3.7 stabilizations
 Py3.7 → 3.8 testing
+Py3.7 → 3.8 stabilization
+Py3.8 → 3.9 testing
   
 
 



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2020-05-10 Thread Max Magorsch
commit: f4e262a97cee2a08470e3c5ce0a18cc4f6d34ee8
Author: Max Magorsch  gentoo  org>
AuthorDate: Mon May 11 00:36:44 2020 +
Commit: Max Magorsch  gentoo  org>
CommitDate: Mon May 11 00:36:44 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=f4e262a9

Migrate htdocs/index.html to Tyrian v2

Signed-off-by: Max Magorsch  gentoo.org>

 htdocs/index.html | 163 +++---
 1 file changed, 83 insertions(+), 80 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 9748020..2b8399b 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -5,66 +5,68 @@
 
 
 
-https://assets.gentoo.org/tyrian/bootstrap.min.css; 
rel="stylesheet" media="screen">
-https://assets.gentoo.org/tyrian/tyrian.min.css; 
rel="stylesheet" media="screen">
+https://assets.gentoo.org/tyrian/v2/tyrian.min.css; 
rel="stylesheet" media="screen">
 https://www.gentoo.org/favicon.ico; 
type="image/x-icon">
   
   
 
   
 
-  
+  
+
+  
+https://assets.gentoo.org/tyrian/v2/site-logo.png; 
alt="Gentoo" srcset="https://assets.gentoo.org/tyrian/v2/site-logo.svg;>
+  
+  QA Reports
+
 
   
-https://get.gentoo.org/; role="button" class="btn 
get-gentoo"> Get 
Gentoo!
+https://get.gentoo.org/; role="button" class="btn 
get-gentoo">
+  Get Gentoo!
 
   
- gentoo.org sites 
+ gentoo.org sites
+
   
-  
-https://www.gentoo.org/; title="Main Gentoo 
website"> gentoo.org
-https://wiki.gentoo.org/; title="Find and 
contribute documentation"> 
Wiki
-https://bugs.gentoo.org/; title="Report 
issues and find common issues"> 
Bugs
-https://forums.gentoo.org/; title="Discuss 
with the community"> Forums
-https://packages.gentoo.org/; title="Find 
software for your Gentoo"> 
Packages
-
-https://planet.gentoo.org/; title="Find out 
what's going on in the developer community"> Planet
-https://archives.gentoo.org/; title="Read up 
on past discussions"> Archives
-https://gitweb.gentoo.org/; title="Browse our 
source code in Gitweb"> Gitweb
-https://sources.gentoo.org/; title="Browse 
our source code in CVS"> CVS 
sources
-
-https://infra-status.gentoo.org/; title="Get 
updates on the services provided by Gentoo"> Infra status
-  
+  
+https://www.gentoo.org/; 
title="Main Gentoo website">
+  gentoo.org
+https://wiki.gentoo.org/; 
title="Find and contribute documentation">
+  Wiki
+https://bugs.gentoo.org/; 
title="Report issues and find common issues">
+  Bugs
+https://forums.gentoo.org/; 
title="Discuss with the community">
+  Forums
+https://packages.gentoo.org/; title="Find software for your Gentoo">
+  Packages
+
+https://planet.gentoo.org/; 
title="Find out what's going on in the developer community">
+  Planet
+https://archives.gentoo.org/; title="Read up on past discussions">
+  Archives
+https://sources.gentoo.org/; title="Browse our source code">
+  Sources
+
+https://infra-status.gentoo.org/; title="Get updates on the services 
provided by Gentoo">
+  Infra Status
+  
 
   
 
-
-  
-https://assets.gentoo.org/tyrian/site-logo.svg; 
type="image/svg+xml">
-  https://assets.gentoo.org/tyrian/site-logo.png; 
alt="Gentoo Linux Logo">
-
-  
-  QA Reports
-
   
 
   
-  
+  
 
-  
-
-  
-Toggle navigation
-
-
-
-  
-
-
-  
-Home
-  
-
+  
+
+  
+
+  
+  
+
+  Home
+
   
 
   
@@ -73,7 +75,7 @@
 
   
 
-  Gentoo QA Reports
+  Gentoo QA Reports
 
   
 
@@ -85,55 +87,55 @@
   -->
 
   Misc
-  
-

[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2020-03-11 Thread Mikle Kolyada
commit: f2176660718d8945b02d7af0139b98a1ce32f669
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Mar 11 07:06:20 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Mar 11 07:06:20 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=f2176660

welcome to 2020

Signed-off-by: Mikle Kolyada  gentoo.org>

 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 572a18c..9748020 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -161,7 +161,7 @@
 
   
   
- 20012019 Gentoo Authors
+ 20012020 Gentoo Authors
 
   Gentoo is a trademark of the Gentoo Foundation, Inc.
   The contents of this document, unless otherwise expressly 
stated, are licensed under the



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /

2020-01-23 Thread Michał Górny
commit: ee64b8611fbcd635315b957e0720799b62173b4a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 24 07:40:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 24 07:41:50 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ee64b861

gpyutils: Remove obsolete reports, update webpage

Signed-off-by: Michał Górny  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 pyt...@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 @@
 Gentoo CI – QA check results (verbose)
 Py3.6 → 3.7 testing
 Py3.6 → 3.7 stabilizations
-
-
+Py3.7 → 3.8 testing
   
 
 



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2019-09-01 Thread Michał Górny
commit: fc046d889b897c4672e1a129a41651814e4746be
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  1 08:10:48 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  1 08:10:48 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=fc046d88

index: Shift 'bugs last touched by year'

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

 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index bbb4e86..6468a39 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -123,7 +123,6 @@
 
   Bugs last touched by year
   
-https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2007-01-01=2006-01-01;
 class="list-group-item">2006
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2008-01-01=2007-01-01;
 class="list-group-item">2007
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2009-01-01=2008-01-01;
 class="list-group-item">2008
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2010-01-01=2009-01-01;
 class="list-group-item">2009
@@ -135,6 +134,7 @@
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2016-01-01=2015-01-01;
 class="list-group-item">2015
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2017-01-01=2016-01-01;
 class="list-group-item">2016
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2018-01-01=2017-01-01;
 class="list-group-item">2017
+https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2019-01-01=2018-01-01;
 class="list-group-item">2018
   
 
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2019-09-01 Thread Michał Górny
commit: 78a590316865988a8a63d0cd52e5d34ab17b7919
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  1 08:11:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  1 08:11:15 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=78a59031

index: Shuffle reports to even space more

Move 'Repository status reports' to 'Misc' since they don't really apply
to the Gentoo repository.  Move the two 'Python reports' into 'Tree-wide
scanning' and remove the extra grouping.  Move reverse dependency
reports into their own group, and into first column.

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

 htdocs/index.html | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 6468a39..0278859 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -91,23 +91,20 @@
 Maintainer Needed Packages
 Developer commit timeline
 Active developer commit timeline
+Repository 
status reports
   
 
-  Python reports
+  Reverse dependencies
   
-Py3.6 → 3.7 testing
-Py3.6 → 3.7 stabilizations
-
-
+Reverse runtime dependencies (RDEPEND)
+Reverse buildtime dependencies (DEPEND)
+Reverse post dependencies (PDEPEND)
+Reverse buildtime dependencies (BDEPEND)
   
 
 
   Tree-wide Scanning
   
-Reverse runtime dependencies (RDEPEND)
-Reverse buildtime dependencies (DEPEND)
-Reverse post dependencies (PDEPEND)
-Reverse buildtime dependencies (BDEPEND)
 EAPI 
Usage
 EAPI 
Usage per eclass
 Eclass-EAPI usage matrix
@@ -117,7 +114,10 @@
 Listing of packages that inherit an eclass
 Gentoo CI – QA check results
 Gentoo CI – QA check results (verbose)
-Repository 
status reports
+Py3.6 → 3.7 testing
+Py3.6 → 3.7 stabilizations
+
+
   
 
 



[gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/

2019-08-28 Thread Michał Górny
commit: 7018feb6e0873c6f360f7418461328637a880a44
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 29 05:51:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 29 05:51:38 2019 +
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  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 @@
 Py3.6 → 3.7 stabilizations
 
 
-Packages missing python*-r1 eclass
   
 
 



[gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/

2019-08-28 Thread Michał Górny
commit: cde87f0c9204e5ab0546065d0fdc6df6900d0c89
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 28 09:18:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 28 09:18:51 2019 +
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  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 pyt...@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 @@
 
 
 Packages missing python*-r1 eclass
-python*-r1 eclass usage issues
   
 
 



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2019-07-17 Thread Michał Górny
commit: d7c570b741600ef6c64b32bd048655f152bb3bc1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 17 13:30:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 17 13:30:29 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=d7c570b7

htdocs: Link verbose QA results

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

 htdocs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 7ad304b..9e91201 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -118,6 +118,7 @@
 Binary files in gentoo-x86
 Listing of packages that inherit an eclass
 Gentoo CI – QA check results
+Gentoo CI – QA check results (verbose)
 Repository 
status reports
   
 



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2019-07-03 Thread Michał Górny
commit: 2dda62fab787d50f243140348f7deb4a3827d4e9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  3 12:46:32 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  3 12:46:32 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=2dda62fa

Update gpyutils report links

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

 htdocs/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 2215b1c..7ad304b 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -95,10 +95,10 @@
 
   Python reports
   
-Py3.5 → 3.6 testing
-Py3.5 → 3.6 stabilizations
 Py3.6 → 3.7 testing
-PyPy3 → 3.5 testing
+Py3.6 → 3.7 stabilizations
+
+
 Packages missing python*-r1 eclass
 python*-r1 eclass usage issues
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2019-06-11 Thread Ulrich Müller
commit: 40f951a3ab6add5d21daeae1baeb0e734a49bff3
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jun 11 10:25:56 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jun 11 10:25:56 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=40f951a3

index.html: Include assets form assets.g.o instead of external site.

Also update the dropdown list and the copyright footer.

Signed-off-by: Ulrich Müller  gentoo.org>

 htdocs/index.html | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 44ad5d6..2215b1c 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -5,8 +5,8 @@
 
 
 
-https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css;
 rel="stylesheet" media="screen">
-https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css;
 rel="stylesheet" media="screen">
+https://assets.gentoo.org/tyrian/bootstrap.min.css; 
rel="stylesheet" media="screen">
+https://assets.gentoo.org/tyrian/tyrian.min.css; 
rel="stylesheet" media="screen">
 https://www.gentoo.org/favicon.ico; 
type="image/x-icon">
   
   
@@ -30,17 +30,18 @@
 
 https://planet.gentoo.org/; title="Find out 
what's going on in the developer community"> Planet
 https://archives.gentoo.org/; title="Read up 
on past discussions"> Archives
-https://sources.gentoo.org/; title="Browse 
our source code"> Sources
+https://gitweb.gentoo.org/; title="Browse our 
source code in Gitweb"> Gitweb
+https://sources.gentoo.org/; title="Browse 
our source code in CVS"> CVS 
sources
 
-https://infra-status.gentoo.org/; title="Get 
updates on the services provided by Gentoo"> Infra Status
+https://infra-status.gentoo.org/; title="Get 
updates on the services provided by Gentoo"> Infra status
   
 
   
 
 
   
-https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/site-logo.svg;
 type="image/svg+xml">
-  https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/site-logo.png;
 alt="Gentoo Linux Logo">
+https://assets.gentoo.org/tyrian/site-logo.svg; 
type="image/svg+xml">
+  https://assets.gentoo.org/tyrian/site-logo.png; 
alt="Gentoo Linux Logo">
 
   
   QA Reports
@@ -162,7 +163,7 @@
 
   
   
- 20012019 Gentoo Foundation, Inc.
+ 20012019 Gentoo Authors
 
   Gentoo is a trademark of the Gentoo Foundation, Inc.
   The contents of this document, unless otherwise expressly 
stated, are licensed under the
@@ -174,7 +175,7 @@
   
 
 
-https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/jquery.min.js";>
-https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.js";>
+https://assets.gentoo.org/tyrian/jquery.min.js";>
+https://assets.gentoo.org/tyrian/bootstrap.min.js";>
   
 



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2019-04-20 Thread Brian Evans
commit: ff3fcf4064b446b088709357f01799e20eda40ad
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Apr 19 13:16:51 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Apr 19 13:16:51 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ff3fcf40

Remove defunct Google+

Signed-off-by: Brian Evans  gentoo.org>

 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 1f84ef3..0a5fb9f 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -157,8 +157,8 @@
   
 
   https://twitter.com/gentoo; title="@Gentoo on 
Twitter">
-  https://plus.google.com/+Gentoo; title="+Gentoo on 
Google+">
   https://www.facebook.com/gentoo.org; title="Gentoo 
on Facebook">
+  
 
   
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2019-04-20 Thread Brian Evans
commit: 5bcab6819c2e1c910709eaf7c4bf486908784b65
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Apr 19 13:17:26 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Apr 19 13:17:26 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=5bcab681

Update copyright date on index page

Signed-off-by: Brian Evans  gentoo.org>

 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 0a5fb9f..44ad5d6 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -162,7 +162,7 @@
 
   
   
- 20012016 Gentoo Foundation, Inc.
+ 20012019 Gentoo Foundation, Inc.
 
   Gentoo is a trademark of the Gentoo Foundation, Inc.
   The contents of this document, unless otherwise expressly 
stated, are licensed under the



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/, genrdeps/

2019-01-19 Thread Mike Gilbert
commit: 698acf010cf56a444823682b681909dc32e12191
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jan 18 18:09:52 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jan 18 18:14:59 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=698acf01

genrdeps: scan for BDEPEND

Signed-off-by: Mike Gilbert  gentoo.org>

 genrdeps/run-genrdeps-index.sh | 9 +
 htdocs/index.html  | 7 ---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/genrdeps/run-genrdeps-index.sh b/genrdeps/run-genrdeps-index.sh
index 819940d..fd89301 100755
--- a/genrdeps/run-genrdeps-index.sh
+++ b/genrdeps/run-genrdeps-index.sh
@@ -29,3 +29,12 @@ popd > /dev/null
 mv pindex pindex_old
 mv .pindex_new pindex
 rm -rf pindex_old
+
+mkdir .bindex_new
+pushd .bindex_new > /dev/null
+/var/www/qa-reports.gentoo.org/qa-scripts/genrdeps/genrdeps.py BDEPEND
+find | cut -c 3- > .bindex
+popd > /dev/null
+mv bindex bindex_old
+mv .bindex_new bindex
+rm -rf bindex_old

diff --git a/htdocs/index.html b/htdocs/index.html
index 308821a..1f84ef3 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -105,9 +105,10 @@
 
   Tree-wide Scanning
   
-Reverse runtime dependencies
-Reverse buildtime dependencies
-Reverse post dependencies
+Reverse runtime dependencies (RDEPEND)
+Reverse buildtime dependencies (DEPEND)
+Reverse post dependencies (PDEPEND)
+Reverse buildtime dependencies (BDEPEND)
 EAPI 
Usage
 EAPI 
Usage per eclass
 Eclass-EAPI usage matrix



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-08-12 Thread Michał Górny
commit: ca37224dfb472a9ec3896e5ac0595eb3dc2a0802
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 12 10:42:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 12 10:42:40 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ca37224d

index: Link eclass-eapi matrix

 htdocs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 98140c6..308821a 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -110,6 +110,7 @@
 Reverse post dependencies
 EAPI 
Usage
 EAPI 
Usage per eclass
+Eclass-EAPI usage matrix
 Invalid package.mask entries
 Top 100 largest FILESDIRs
 Binary files in gentoo-x86



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /

2018-07-18 Thread Michał Górny
commit: 2cec249e662330411aed8fe748264af48cea5c67
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 10:45:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 10:45:51 2018 +
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 @@
 
   Misc
   
-Gentoo 
Dev Web of Trust (WoT)
+Gentoo 
Dev Web of Trust (WoT)
 WoT 
Node Stats
 Maintainer Needed Packages
 Developer commit timeline



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-07-18 Thread Michał Górny
commit: 7ad225dc58edcc2ba5bb9f9e5511555f89a29fb7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 10:36:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 10:36:30 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7ad225dc

index: Restore WoT links

 htdocs/index.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index d6a6da3..2cdd6c4 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -85,10 +85,8 @@
 
   Misc
   
-
 Maintainer Needed Packages
 Developer commit timeline
 Active developer commit timeline



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-07-18 Thread Michał Górny
commit: 995d7ff6ff20999f9f4efabc807098ec7585919d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 07:15:28 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 07:15:28 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=995d7ff6

index: Remove links to broken WoT reports

 htdocs/index.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 2cdd6c4..d6a6da3 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -85,8 +85,10 @@
 
   Misc
   
+
 Maintainer Needed Packages
 Developer commit timeline
 Active developer commit timeline



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-07-17 Thread Michał Górny
commit: b35c35b7eb20fdbd8a4e1f3d0fdc53e387455565
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 17 16:06:08 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 17 16:06:08 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=b35c35b7

index: Link new timelines

 htdocs/index.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index fbf8a91..3f637fe 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -88,6 +88,8 @@
 Gentoo 
Dev Web of Trust (WoT)
 WoT 
Node Stats
 Maintainer Needed Packages
+Developer commit timeline
+Active developer commit timeline
   
 
   Python reports



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-07-17 Thread Michał Górny
commit: da22852902679e00ee558c5fae945ced79763a6a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 17 16:06:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 17 16:06:48 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=da228529

index: Extend 'bugs last touched' to 2017

 htdocs/index.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 3f637fe..79353ae 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -130,6 +130,8 @@
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2014-01-01=2013-01-01;
 class="list-group-item">2013
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2015-01-01=2014-01-01;
 class="list-group-item">2014
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2016-01-01=2015-01-01;
 class="list-group-item">2015
+https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2017-01-01=2016-01-01;
 class="list-group-item">2016
+https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2018-01-01=2017-01-01;
 class="list-group-item">2017
   
 
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-07-17 Thread Michał Górny
commit: 12218dc7c6a39ccf99981b9c93895321b85d38d9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 17 16:07:45 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 17 16:07:45 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=12218dc7

index: Remove py3.4→3.5 report, add 3.6→3.7

 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 79353ae..4b59efb 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -94,9 +94,9 @@
 
   Python reports
   
-Py3.4 → 3.5 testing
 Py3.5 → 3.6 testing
 Py3.5 → 3.6 stabilizations
+Py3.6 → 3.7 testing
 PyPy3 → 3.5 testing
 Packages missing python*-r1 eclass
 python*-r1 eclass usage issues



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-07-17 Thread Michał Górny
commit: 792dbea828cf03e559c1aea9bac001c2d0c862c5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 17 16:09:28 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 17 16:09:28 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=792dbea8

index: Link repo status reports

 htdocs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 4b59efb..2cdd6c4 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -115,6 +115,7 @@
 Binary files in gentoo-x86
 Listing of packages that inherit an eclass
 Gentoo CI – QA check results
+Repository 
status reports
   
 
 



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-07-17 Thread Michał Górny
commit: 8936b5f94a770b4d156e37f25817ddb8c2b37cf3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 17 15:43:18 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 17 15:43:29 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=8936b5f9

Try replacing pkgcheck2html.css with a symlink

 htdocs/pkgcheck2html.css | 208 +--
 1 file changed, 1 insertion(+), 207 deletions(-)

diff --git a/htdocs/pkgcheck2html.css b/htdocs/pkgcheck2html.css
deleted file mode 100644
index 44862ce..000
--- a/htdocs/pkgcheck2html.css
+++ /dev/null
@@ -1,207 +0,0 @@
-/* (c) 2016 Michał Górny, Patrice Clement */
-/* 2-clause BSD license */
-
-*
-{
-   box-sizing: border-box;
-}
-
-body
-{
-   margin: 0;
-   background-color: #463C65;
-   font-family: sans-serif;
-   font-size: 14px;
-}
-
-address
-{
-   color: white;
-   text-align: center;
-   margin: 1em;
-}
-
-.nav
-{
-   width: 20%;
-   position: absolute;
-   top: 0;
-}
-
-.nav ul
-{
-   list-style: none;
-   margin: 0;
-   padding: 1%;
-}
-
-.nav li
-{
-   padding: 0 1em;
-   border-radius: 4px;
-   margin-bottom: .3em;
-   background-color: #62548F;
-}
-
-.nav li a
-{
-   display: block;
-   width: 100%;
-}
-
-.nav h2
-{
-   color: white;
-   text-align: center;
-   font-size: 300%;
-   font-weight: bold;
-   text-transform: uppercase;
-   font-family: serif;
-}
-
-ul.nav li.header
-{
-   background-color: #463C65;
-}
-
-.content, h1
-{
-   padding: 2%;
-   margin: 0 0 0 20%;
-   background-color: #DDDAEC;
-}
-
-h1 {
-   font-family: serif;
-   color: #23457F;
-   font-size: 400%;
-   line-height: 2em;
-   font-weight: bold;
-   text-transform: uppercase;
-   text-align: center;
-   letter-spacing: .15em;
-}
-
-th
-{
-   text-align: left;
-   padding: 1em 0;
-   color: #23457F;
-}
-
-th.h2
-{
-   font-size: 120%;
-}
-
-th.h3
-{
-   padding-left: 1em;
-   font-size: 110%;
-}
-
-th:target
-{
-   background-color: #dfd;
-}
-
-th small
-{
-   padding-left: .5em;
-   visibility: hidden;
-}
-
-th:hover small
-{
-   visibility: visible;
-}
-
-td
-{
-   background-color: white;
-   line-height: 2em;
-   font-size: 120%;
-   padding-left: .5em;
-   white-space: pre-wrap;
-}
-
-td:hover
-{
-   background-color: #eee;
-}
-
-tr.err td
-{
-   background-color: #7E0202;
-   color: white;
-}
-
-tr.err td:hover
-{
-   background-color: #DA0404;
-}
-
-tr.staging td
-{
-   background-color: #DEDE00;
-}
-
-tr.staging td:hover
-{
-   background-color: yellow;
-}
-
-tr.warn td
-{
-   background-color: orange;
-}
-
-tr.warn td:hover
-{
-   background-color: #FFBB3E;
-}
-
-.nav a
-{
-   font-size: 150%;
-   line-height: 1.5em;
-   text-decoration: none;
-   white-space: pre;
-   overflow: hidden;
-   text-overflow: ellipsis;
-}
-
-li.heading
-{
-   font-size: 125%;
-   color: white;
-   background-color: #463C65;
-   padding-left: .75em;
-}
-
-.warn a
-{
-   color: orange;
-}
-
-.staging a
-{
-   color: #DEDE00;
-}
-
-.err a
-{
-   color: #F06F74;
-}
-
-.nav li:hover
-{
-   min-width: 100%;
-   width: -moz-max-content;
-   width: max-content;
-}
-
-.nav a:hover
-{
-   color: white;
-}

diff --git a/htdocs/pkgcheck2html.css b/htdocs/pkgcheck2html.css
new file mode 12
index 000..b2914cb
--- /dev/null
+++ b/htdocs/pkgcheck2html.css
@@ -0,0 +1 @@
+../pkgcheck2html/pkgcheck2html.css
\ No newline at end of file



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-05-08 Thread Michał Górny
commit: 6463010a9a2d98f60edf1c49ce2eabafd8c1e824
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  8 21:06:31 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  8 21:10:58 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=6463010a

Include gpyutils reports on main page

 htdocs/index.html | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 5424e94..fbf8a91 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -89,6 +89,16 @@
 WoT 
Node Stats
 Maintainer Needed Packages
   
+
+  Python reports
+  
+Py3.4 → 3.5 testing
+Py3.5 → 3.6 testing
+Py3.5 → 3.6 stabilizations
+PyPy3 → 3.5 testing
+Packages missing python*-r1 eclass
+python*-r1 eclass usage issues
+  
 
 
   Tree-wide Scanning



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-01-06 Thread Ulrich Müller
commit: 37cb481868f5143eae599808ff776d82ab36fca0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan  6 11:27:38 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jan  6 11:28:47 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=37cb4818

index.html: Disable dead link to distfile mirroring.

 htdocs/index.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 740acf3..f0d79d4 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -76,10 +76,12 @@
 
   
 
+  
 
   Misc
   



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2018-01-06 Thread Ulrich Müller
commit: de131ad635799dc8a89fe565d4f2104a54440187
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan  6 11:28:14 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jan  6 11:28:51 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=de131ad6

index.html: Link to Gentoo CI output.

 htdocs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index f0d79d4..5424e94 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -102,6 +102,7 @@
 Top 100 largest FILESDIRs
 Binary files in gentoo-x86
 Listing of packages that inherit an eclass
+Gentoo CI – QA check results
   
 
 



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2017-10-02 Thread Michał Górny
commit: 04119c443423131442376a0b8802d39604d7fac0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  2 15:23:47 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  2 15:23:47 2017 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=04119c44

pkgcheck2html: Update CSS for staging checks

 htdocs/pkgcheck2html.css | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/htdocs/pkgcheck2html.css b/htdocs/pkgcheck2html.css
index 6888102..eb17b19 100644
--- a/htdocs/pkgcheck2html.css
+++ b/htdocs/pkgcheck2html.css
@@ -141,6 +141,16 @@ tr.err td:hover
background-color: #DA0404;
 }
 
+tr.staging td
+{
+   background-color: #DEDE00;
+}
+
+tr.staging td:hover
+{
+   background-color: yellow;
+}
+
 tr.warn td
 {
background-color: orange;
@@ -166,6 +176,11 @@ tr.warn td:hover
color: orange;
 }
 
+.staging a
+{
+   color: #DEDE00;
+}
+
 .err a
 {
color: #F06F74;



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2015-12-25 Thread Alex Legler
commit: e8d90a5533551498649e1ff31611efb45e04b157
Author: Alex Legler  a3li  li>
AuthorDate: Fri Dec 25 20:08:35 2015 +
Commit: Alex Legler  gentoo  org>
CommitDate: Fri Dec 25 20:08:35 2015 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=e8d90a55

Update theme, add last-bugs-touched-in-2015 entry

 htdocs/index.html | 265 --
 1 file changed, 138 insertions(+), 127 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 6a62af5..740acf3 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -1,149 +1,160 @@
 
 
-
-  Gentoo QA Reports
-  
-  
-  https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css;
 rel="stylesheet" media="screen">
-  https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css;
 rel="stylesheet" media="screen">
-  http://www.gentoo.org/favicon.ico; 
type="image/x-icon">
-
-
-
-  
-
-  
-
-  
-http://get.gentoo.org/; type="button" class="btn 
get-gentoo"> Get 
Gentoo!
-
-  
- gentoo.org 
sites 
+  
+Gentoo QA Reports
+
+
+
+https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css;
 rel="stylesheet" media="screen">
+https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css;
 rel="stylesheet" media="screen">
+https://www.gentoo.org/favicon.ico; 
type="image/x-icon">
+  
+  
+
+  
+
+  
+
+  
+https://get.gentoo.org/; role="button" class="btn 
get-gentoo"> Get 
Gentoo!
+
+  
+ gentoo.org sites 
+  
+  
+https://www.gentoo.org/; title="Main Gentoo 
website"> gentoo.org
+https://wiki.gentoo.org/; title="Find and 
contribute documentation"> 
Wiki
+https://bugs.gentoo.org/; title="Report 
issues and find common issues"> 
Bugs
+https://forums.gentoo.org/; title="Discuss 
with the community"> Forums
+https://packages.gentoo.org/; title="Find 
software for your Gentoo"> 
Packages
+
+https://planet.gentoo.org/; title="Find out 
what's going on in the developer community"> Planet
+https://archives.gentoo.org/; title="Read up 
on past discussions"> Archives
+https://sources.gentoo.org/; title="Browse 
our source code"> Sources
+
+https://infra-status.gentoo.org/; title="Get 
updates on the services provided by Gentoo"> Infra Status
+  
+
+  
+
+
+  
+https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/site-logo.svg;
 type="image/svg+xml">
+  https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/site-logo.png;
 alt="Gentoo Linux Logo">
+
+  
+  QA Reports
+
+  
+
+  
+  
+
+  
+
+  
+Toggle navigation
+
+
+
   
-  
-http://www.gentoo.org/; title="Main Gentoo 
website"> gentoo.org
-http://wiki.gentoo.org/; title="Find and 
contribute documentation"> 
Wiki
-https://bugs.gentoo.org/; title="Report issues 
and find common issues"> Bugs
-http://forums.gentoo.org/; title="Discuss with 
the community"> Forums
-http://packages.gentoo.org/; title="Find software 
for your Gentoo"> Packages
-
-http://overlays.gentoo.org/; title="Collaborate 
on maintaining packages"> 
Overlays
-http://planet.gentoo.org/; title="Find out what's 
going on in the developer community"> 
Planet
-http://archives.gentoo.org/; title="Read up on 
past discussions"> Archives
-http://sources.gentoo.org/; title="Browse our 
source code"> Sources
-
-http://infra-status.gentoo.org/; title="Get 
updates on the services provided by Gentoo"> Infra Status
+
+
+  
+Home
   
 
   
 
-
-  https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/site-logo.png;
 alt="Gentoo Linux Logo"/>
-  QA Reports
-
-  
-
-  
-  
+  
+
+
 
   
-
-  
-Toggle navigation
-
-
-
-  
-
-
-  
-Home
- 

[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2015-04-25 Thread Alex Legler
commit: 6a782019911438a72b5cbaabcb27be0bce57ff71
Author: Alex Legler alex AT a3li DOT li
AuthorDate: Sat Apr 25 10:59:34 2015 +
Commit: Alex Legler a3li AT gentoo DOT org
CommitDate: Sat Apr 25 10:59:34 2015 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=6a782019

Link maintainer-needed.html

 htdocs/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 62e137c..6a62af5 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -81,6 +81,7 @@
   div class=list-group
 a href=/output/wot-graph.png class=list-group-itemGentoo Dev 
Web of Trust (WoT)/a
 a href=/output/wot-stats.html class=list-group-itemWoT Node 
Stats/a
+a href=/output/maintainer-needed.html 
class=list-group-itemquot;Maintainer Neededquot; Packages/a
   /div
 /div
 div class=col-lg-4
@@ -145,4 +146,4 @@
 script 
src=https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/jquery.min.js;/script
 script 
src=https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.js;/script
 /body
-/html
\ No newline at end of file
+/html



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/img/, htdocs/css/, htdocs/

2014-09-01 Thread Alex Legler
commit: 86eca7121ae8fcc074fefc0141bb6df4b93cf8dd
Author: Alex Legler alex AT a3li DOT li
AuthorDate: Mon Sep  1 13:34:29 2014 +
Commit: Alex Legler a3li AT gentoo DOT org
CommitDate: Mon Sep  1 13:34:29 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=86eca712

Update index page to use Tyrian, remove local resources.

Remember kids, a href=/foo is bad. Use quotes.

---
 htdocs/css/style.css|  60 ---
 htdocs/gentoo-header-bar-bg.png | Bin 210 - 0 bytes
 htdocs/gentoo_org.png   | Bin 47830 - 0 bytes
 htdocs/img/gentoo-header-bar-bg.png | Bin 210 - 0 bytes
 htdocs/img/gentoo_org.png   | Bin 47830 - 0 bytes
 htdocs/index.html   | 206 
 htdocs/screen.css   |  44 
 7 files changed, 139 insertions(+), 171 deletions(-)

diff --git a/htdocs/css/style.css b/htdocs/css/style.css
deleted file mode 100644
index 671db51..000
--- a/htdocs/css/style.css
+++ /dev/null
@@ -1,60 +0,0 @@
-/* Gentoo bar */
-body {
-background: none repeat scroll 0 0 #D2D0D4;
-font-family: Helvetica,Arial,Geneva;
-margin: 1em;
-}
-
-#gentoo-main {
-background: none repeat scroll 0 0 #F0F0F0;
-border: 1px solid #747E93;
-border-radius: 5px 5px 5px 5px;
-color: black;
-font-size: 10pt;
-   font-family: Sans-Serif;
-padding: 10px;
-}
-#header {
-text-align:center;
-}
-div#gentoo-bar {
-   background: url(../img/gentoo-header-bar-bg.png) repeat-x;
-   margin-bottom: 2em;
-   margin-top: -1em;
-   margin-left: -1em;
-   margin-right: -1em;
-   overflow:hidden;
-   padding-bottom:0.3em;
-}
-
-div#gentoo-bar img {
-border: none !important;
-}
-
-div#gentoo-bar div {
-font-size: 10pt;
-padding: .25em;
-}
-
-div#gentoo-bar a.home-link {
-margin-right: .5em;
-float: left;
-}
-
-div#gentoo-bar div a {
-text-decoration: none;
-padding: .25em;
-padding-left: .5em;
-padding-right: .5em;
-color: #231A3F;
-}
-
-div#gentoo-bar div a:hover {
-background-color: #A898DD;
-color: #45347B;
-}
-
-div#gentoo-bar div a.active {
-background-color: white;
-font-weight: bold;
-}
\ No newline at end of file

diff --git a/htdocs/gentoo-header-bar-bg.png b/htdocs/gentoo-header-bar-bg.png
deleted file mode 100644
index fca09df..000
Binary files a/htdocs/gentoo-header-bar-bg.png and /dev/null differ

diff --git a/htdocs/gentoo_org.png b/htdocs/gentoo_org.png
deleted file mode 100644
index a790fe9..000
Binary files a/htdocs/gentoo_org.png and /dev/null differ

diff --git a/htdocs/img/gentoo-header-bar-bg.png 
b/htdocs/img/gentoo-header-bar-bg.png
deleted file mode 100644
index 9e7b3c2..000
Binary files a/htdocs/img/gentoo-header-bar-bg.png and /dev/null differ

diff --git a/htdocs/img/gentoo_org.png b/htdocs/img/gentoo_org.png
deleted file mode 100644
index a790fe9..000
Binary files a/htdocs/img/gentoo_org.png and /dev/null differ

diff --git a/htdocs/index.html b/htdocs/index.html
index 53c57ae..62e137c 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -1,76 +1,148 @@
 !DOCTYPE html
 html
 head
-   titleQA-Reports - Output from various QA scripts/title
-   meta name=author content=Gentoo QA Team /
-   meta name=copyright content=Gentoo Foundation 2012 /
-   meta http-equiv=content-type content=text/html; charset=UTF-8 /
-   meta http-equiv=content-type content=application/xhtml+xml; 
charset=UTF-8 /
-   link type=image/x-icon href=http://www.gentoo.org/favicon.ico; 
rel=shortcut icon /
-   link rel=stylesheet type=text/css href=css/style.css
+  titleGentoo QA Reports/title
+  meta charset=utf-8
+  meta name=viewport content=width=device-width, initial-scale=1.0
+  link 
href=https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css;
 rel=stylesheet media=screen
+  link 
href=https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css;
 rel=stylesheet media=screen
+  link rel=icon href=http://www.gentoo.org/favicon.ico; 
type=image/x-icon
 /head
 body
-!-- gentoo header, stolen from bugzilla --
- div id=gentoo-bar
-a class=home-link title=Go to the Gentoo Linux homepage 
href=http://gentoo.org;
-img alt=Gentoo Websites Logo 
src=https://www.bugs.gentoo.org/extensions/Gentoo/web/gentoo_org.png;/a
-div
-Go to:
-a href=http://www.gentoo.org/;Gentoo Home/a
-a 
href=http://www.gentoo.org/doc/en/index.xml;Documentation/a
-a href=http://forums.gentoo.org/;Forums/a
-a href=http://www.gentoo.org/main/en/lists.xml;Lists/a
-a href=http://bugs.gentoo.org;Bugs/a
-a href=http://planet.gentoo.org;Planet/a
-a href=http://store.gentoo.org;Store/a
-a 

[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2014-08-28 Thread Jorge Manuel B. S. Vicetto
commit: fa040f68f5a1f128affde745eaa65ba5fe9f60b0
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) jmbsvicetto AT gentoo 
DOT org
AuthorDate: Thu Aug 28 19:12:38 2014 +
Commit: Jorge Manuel B. S. Vicetto jmbsvicetto AT gentoo DOT org
CommitDate: Thu Aug 28 19:12:38 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=fa040f68

Add links for bugs last touched in 2013 nd 2014.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) jmbsvicetto AT 
gentoo.org

---
 htdocs/index.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 5be3080..53c57ae 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -67,6 +67,8 @@
lia 
href=https://bugs.gentoo.org/buglist.cgi?f1=delta_tslist_id=1554870o1=lessthaneqresolution=---o2=greaterthaneqquery_format=advancedf2=delta_tsv1=2011-01-01v2=2010-01-01;2010/a/li
lia 
href=https://bugs.gentoo.org/buglist.cgi?f1=delta_tslist_id=1554870o1=lessthaneqresolution=---o2=greaterthaneqquery_format=advancedf2=delta_tsv1=2012-01-01v2=2011-01-01;2011/a/li
lia 
href=https://bugs.gentoo.org/buglist.cgi?f1=delta_tslist_id=1554870o1=lessthaneqresolution=---o2=greaterthaneqquery_format=advancedf2=delta_tsv1=2013-01-01v2=2012-01-01;2012/a/li
+   lia 
href=https://bugs.gentoo.org/buglist.cgi?f1=delta_tslist_id=1554870o1=lessthaneqresolution=---o2=greaterthaneqquery_format=advancedf2=delta_tsv1=2014-01-01v2=2013-01-01;2013/a/li
+   lia 
href=https://bugs.gentoo.org/buglist.cgi?f1=delta_tslist_id=1554870o1=lessthaneqresolution=---o2=greaterthaneqquery_format=advancedf2=delta_tsv1=2015-01-01v2=2014-01-01;2014/a/li
/ul
div align=center © Gentoo Foundation, Inc./div
   /div