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 8B6B7138350 for ; Fri, 10 Apr 2020 07:00:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACD26E0908; Fri, 10 Apr 2020 06:59:20 +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 55A6CE08F6 for ; Fri, 10 Apr 2020 06:59:20 +0000 (UTC) Received: from localhost.localdomain (c143-158.icpnet.pl [85.221.143.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id AE7F234EFEE; Fri, 10 Apr 2020 06:59:18 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 04/10] glep-0072: Use 'testing' for pure ~arch Date: Fri, 10 Apr 2020 08:58:41 +0200 Message-Id: <20200410065847.96199-5-mgorny@gentoo.org> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200410065847.96199-1-mgorny@gentoo.org> References: <20200410065847.96199-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 9c91d4e7-140f-4d17-8b4e-81af2c2f62cf X-Archives-Hash: 6a5aad5801e050d1975a10f207130819 'Testing' has generally nicer meaning than 'unstable'. Signed-off-by: Michał Górny --- glep-0072.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glep-0072.rst b/glep-0072.rst index 6fdee6b..56a5bc4 100644 --- a/glep-0072.rst +++ b/glep-0072.rst @@ -91,7 +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 three values ``stable``, ``degraded``, ``unstable`` +- second column: one of the three values ``stable``, ``degraded``, ``testing`` Additional columns are ignored to allow for future revisions of this document. @@ -102,7 +102,7 @@ An example arches.desc file might look as follows:: x86 stable # not for long sparc degraded - m68k unstable outdated + m68k testing outdated Initial value in the gentoo repository -------------------------------------- @@ -110,7 +110,7 @@ Initial value in the gentoo repository On introduction, the setting will be ``stable`` for all stable architectures, ``degraded`` for all architectures where "inofficial" stable keywords are maintained and are present in the repository by the arch teams (sh, s390, -...), and ``unstable`` everywhere else. +...), and ``testing`` everywhere else. Meaning of the values for repoman --------------------------------- @@ -137,8 +137,8 @@ A new switch for repoman may be provided to temporarily upgrade an architecture from ``degraded`` to ``stable`` status (for architecture team work). -unstable -~~~~~~~~ +testing +~~~~~~~ When a profile of an architecture is tested, then repoman treats ``arch`` as an error and aborts. Consistency is only tested for ``~arch``. -- 2.26.0