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 18243138354 for ; Wed, 22 Apr 2020 09:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 591A5E0AC2; Wed, 22 Apr 2020 09:00:42 +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 3A64BE0ABD for ; Wed, 22 Apr 2020 09:00:42 +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 C109D34F04E for ; Wed, 22 Apr 2020 09:00:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F74B9C for ; Wed, 22 Apr 2020 09:00:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1587545982.b36422834ab7af63fb3b2c122722ec3c05d949b5.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0072.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b36422834ab7af63fb3b2c122722ec3c05d949b5 X-VCS-Branch: master Date: Wed, 22 Apr 2020 09:00:38 +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: 84394608-1c8b-44ae-91d2-19992c6049b4 X-Archives-Hash: 963bc5803af51cea66250ea60c15e2e3 commit: b36422834ab7af63fb3b2c122722ec3c05d949b5 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 10 06:20:29 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Apr 22 08:59:42 2020 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=b3642283 glep-0072: Remove redundant 'broken' status This is really no different from marking the profiles exp, and there seems no value in having this controlled in two places. Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> glep-0072.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/glep-0072.rst b/glep-0072.rst index 61f9c16..0a9914b 100644 --- a/glep-0072.rst +++ b/glep-0072.rst @@ -91,8 +91,7 @@ are ignored. Every blank line is ignored. Otherwise the file consists of two whitespace-separated columns: - first column: architecture name (keyword) -- second column: one of the four values ``stable``, ``testing``, ``unstable``, - ``broken`` +- second column: one of the three values ``stable``, ``testing``, ``unstable`` Additional columns are ignored to allow for future revisions of this document. @@ -146,11 +145,6 @@ as an error and aborts. Consistency is only tested for ``~arch``. Which profiles of the arch are tested is still controlled by profiles.desc (and ``-d`` / ``-e`` switches). -broken -~~~~~~ -Repoman is not testing any profiles of this architecture, irrespective -of the settings in profiles.desc. - Meaning of the values for other tools -------------------------------------