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 5E15E138334 for ; Sat, 31 Aug 2019 03:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19AE3E0809; Sat, 31 Aug 2019 03:42:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8F4BCE0817 for ; Sat, 31 Aug 2019 03:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4BAA634A73A for ; Sat, 31 Aug 2019 03:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9A5E77D for ; Sat, 31 Aug 2019 03:42:36 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1567221261.82797924dcc6dbfcca22067633cd160ead1199a7.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/glsa-check X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 82797924dcc6dbfcca22067633cd160ead1199a7 X-VCS-Branch: master Date: Sat, 31 Aug 2019 03:42:36 +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: a29c5772-99ec-48a3-849c-3cee7ac1cae2 X-Archives-Hash: 374609b17ead6a33c8bb391946a6db39 commit: 82797924dcc6dbfcca22067633cd160ead1199a7 Author: Zac Medico gentoo org> AuthorDate: Fri Aug 30 22:52:51 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Aug 31 03:14:21 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=82797924 glsa-check: Remove 'new' target from glsa-list This patch is a forward port of the following commit: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8190a7299a618e0ce120fe1c894b944075576342 commit 8190a7299a618e0ce120fe1c894b944075576342 Author: rbu gentoo.org> AuthorDate: 2009-08-18 18:25:59 +0000 Commit: rbu gentoo.org> CommitDate: 2009-08-18 18:25:59 +0000 Remove 'new' target from glsa-list Everyone should use 'affected' or 'all' Update man page and changelog svn path=/trunk/gentoolkit/; revision=672 Bug: https://bugs.gentoo.org/693088 Acked-by: Aaron Bauman gentoo.org> Signed-off-by: Zac Medico gentoo.org> bin/glsa-check | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bin/glsa-check b/bin/glsa-check index bf81eca63..7a6916d15 100755 --- a/bin/glsa-check +++ b/bin/glsa-check @@ -26,7 +26,7 @@ __version__ = "1.0.1" # option parsing epilog = "glsa-list can contain an arbitrary number of GLSA ids," \ " filenames containing GLSAs or the special identifiers" \ - " 'all', 'new' and 'affected'" + " 'all' and 'affected'" parser = argparse.ArgumentParser(usage=__program__ + "