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 9C7EB138334 for ; Thu, 29 Aug 2019 05:51:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEF19E0802; Thu, 29 Aug 2019 05:51:52 +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 C5480E0802 for ; Thu, 29 Aug 2019 05:51:52 +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 5E3F034A5D4 for ; Thu, 29 Aug 2019 05:51:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6E9B6FE for ; Thu, 29 Aug 2019 05:51:49 +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: <1567057898.7018feb6e0873c6f360f7418461328637a880a44.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: 7018feb6e0873c6f360f7418461328637a880a44 X-VCS-Branch: master Date: Thu, 29 Aug 2019 05:51:49 +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: 07084424-ae8d-4555-a7a6-fdbac4a48baa X-Archives-Hash: 4b1f46ce9b5a30e10348460cb7c403a1 commit: 7018feb6e0873c6f360f7418461328637a880a44 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 29 05:51:06 2019 +0000 Commit: Michał Górny gentoo 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 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