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 54CA31382C5 for ; Mon, 15 Feb 2021 07:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5C44E0908; Mon, 15 Feb 2021 07:21:49 +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 8DF94E0908 for ; Mon, 15 Feb 2021 07:21:49 +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 5D0D033BEB4 for ; Mon, 15 Feb 2021 07:21:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D079B487 for ; Mon, 15 Feb 2021 07:21:46 +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: <1613373625.5914e1444dccfb9229bd5f7973070dc825a621c8.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: keywording/ X-VCS-Repository: proj/devmanual X-VCS-Files: keywording/text.xml X-VCS-Directories: keywording/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5914e1444dccfb9229bd5f7973070dc825a621c8 X-VCS-Branch: master Date: Mon, 15 Feb 2021 07:21:46 +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: 4f653ad9-40b8-4989-aac6-080a63ddcfa3 X-Archives-Hash: 570aef152c824954ae2f02b37aac6ae0 commit: 5914e1444dccfb9229bd5f7973070dc825a621c8 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 15 07:20:25 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 15 07:20:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5914e144 keywording: Fix coding style Fixes: 9c2e6f500a276b974bc2e2bd476d8423f113dbb2 Signed-off-by: Ulrich Müller gentoo.org> keywording/text.xml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/keywording/text.xml b/keywording/text.xml index b151e26..bf924af 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -334,25 +334,25 @@ So packages are not to be marked stable for one of these architectures. Simultaneous stabilization on all architectures - -

- If you maintain an architecture-independent package (data files, - icons, pure Perl,...) then you may request that your - package be stabilized on all arches at once. To do this when - you are filing the stabilization bug please add the keyword - ALLARCHES in addition to STABLEREQ and CC the - arches that you would like to stabilize. -

- -

- The arch teams, when encountering the ALLARCHES keyword, - should perform their usual set of tests on a single convenient - architecture. Then, if everything works, stabilize not only the - arch that was used during testing, but also all of the other - arches in CC on the bug. Afterwards, the CC field can be cleared - and the bug closed if appropriate. -

- + + +

+If you maintain an architecture-independent package (data files, icons, pure +Perl, ...) then you may request that your package be stabilized on all arches +at once. To do this when you are filing the stabilization bug please +add the keyword ALLARCHES in addition to STABLEREQ and CC the +arches that you would like to stabilize. +

+ +

+The arch teams, when encountering the ALLARCHES keyword, should perform +their usual set of tests on a single convenient architecture. Then, if +everything works, stabilize not only the arch that was used during testing, +but also all of the other arches in CC on the bug. Afterwards, the CC field can +be cleared and the bug closed if appropriate. +

+ +