From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 772A9138350 for ; Fri, 24 Jan 2020 07:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD094E081B; Fri, 24 Jan 2020 07:42:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 779F6E081B for ; Fri, 24 Jan 2020 07:42:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDA8234E23C for ; Fri, 24 Jan 2020 07:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57F5F90 for ; Fri, 24 Jan 2020 07:42:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579851710.ee64b8611fbcd635315b957e0720799b62173b4a.mgorny@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, / X-VCS-Repository: proj/qa-scripts X-VCS-Files: Makefile.gpyutils htdocs/index.html X-VCS-Directories: htdocs/ / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee64b8611fbcd635315b957e0720799b62173b4a X-VCS-Branch: master Date: Fri, 24 Jan 2020 07:42:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 947fa032-378f-4ae9-961d-7ce90b1e381f X-Archives-Hash: 00ebf0f5ef2b2a22e34b2bc2a93aeaee commit: ee64b8611fbcd635315b957e0720799b62173b4a Author: Michał Górny gentoo org> AuthorDate: Fri Jan 24 07:40:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 24 07:41:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ee64b861 gpyutils: Remove obsolete reports, update webpage Signed-off-by: Michał Górny gentoo.org> Makefile.gpyutils | 19 ++----------------- htdocs/index.html | 3 +-- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index 30e6ce5..940ad8e 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -6,11 +6,11 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit outdir = /dev/null # upgrades for stable impls -upgr_base = $(outdir)/35-to-36.txt $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt +upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt # related stabilizations upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base)) # all upgrade stuff -upgr_txt = $(upgr_base) $(upgr_streq) $(outdir)/pypy3-to-36.txt +upgr_txt = $(upgr_base) $(upgr_streq) upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt)) upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot)) upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg) @@ -39,16 +39,6 @@ $(outdir)/depcheck.txt: $(timestamp) gpy-depcheck > $@.new mv $@.new $@ -$(outdir)/35-to-36.txt: $(timestamp) - mkdir -p $(outdir) - gpy-upgrade-impl python3_5 python3_6 > $@.new - mv $@.new $@ - -$(outdir)/35-to-36-stablereq.txt: $(timestamp) - mkdir -p $(outdir) - gpy-upgrade-impl -s python3_5 python3_6 > $@.new - mv $@.new $@ - $(outdir)/36-to-37.txt: $(timestamp) mkdir -p $(outdir) gpy-upgrade-impl python3_6 python3_7 > $@.new @@ -69,11 +59,6 @@ $(outdir)/37-to-38-stablereq.txt: $(timestamp) gpy-upgrade-impl -s python3_7 python3_8 > $@.new mv $@.new $@ -$(outdir)/pypy3-to-36.txt: $(timestamp) - mkdir -p $(outdir) - gpy-upgrade-impl pypy3 python3_6 > $@.new - mv $@.new $@ - %.dot: %.txt gpy-depgraph -m python@gentoo.org $< > $@.new mv $@.new $@ diff --git a/htdocs/index.html b/htdocs/index.html index 0278859..572a18c 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -116,8 +116,7 @@ Gentoo CI – QA check results (verbose) Py3.6 → 3.7 testing Py3.6 → 3.7 stabilizations - - + Py3.7 → 3.8 testing