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 EB14F1382C5 for ; Mon, 8 Feb 2021 19:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41366E091F; Mon, 8 Feb 2021 19:42:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2AF74E091F for ; Mon, 8 Feb 2021 19:42:56 +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 7913F340DB0 for ; Mon, 8 Feb 2021 19:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2F1B46B for ; Mon, 8 Feb 2021 19:42:52 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1612813341.d77ca2df27c9494ddc0ddcf301ac6b646f28fa80.bman@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: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d77ca2df27c9494ddc0ddcf301ac6b646f28fa80 X-VCS-Branch: master Date: Mon, 8 Feb 2021 19:42:52 +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: 2610ccf2-2926-4921-8383-00a83dbf2076 X-Archives-Hash: 7009da430fe2ffa2a3ba0b0883bc0b62 commit: d77ca2df27c9494ddc0ddcf301ac6b646f28fa80 Author: Aaron Bauman gentoo org> AuthorDate: Mon Feb 8 19:42:21 2021 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Feb 8 19:42:21 2021 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=d77ca2df gpyutils: drop py3.6->3.7 stable and testing reports Signed-off-by: Aaron Bauman 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