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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D940C158088 for ; Sat, 22 Jan 2022 21:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C32DE2BC01F; Sat, 22 Jan 2022 21:35:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE3452BC023 for ; Sat, 22 Jan 2022 21:35:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD369343108 for ; Sat, 22 Jan 2022 21:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD07B2AE for ; Sat, 22 Jan 2022 21:35:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642887295.d3dbd7ea0bd09daf0c9daf790d50952244b62b0a.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3dbd7ea0bd09daf0c9daf790d50952244b62b0a X-VCS-Branch: master Date: Sat, 22 Jan 2022 21:35:30 +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: c71ce9f9-d706-4395-9866-5dbdd57d7a05 X-Archives-Hash: a9beca0017d53b2e5b11c7bcee48f253 commit: d3dbd7ea0bd09daf0c9daf790d50952244b62b0a Author: Sam James gentoo org> AuthorDate: Wed Jan 12 04:31:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 22 21:34:55 2022 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d3dbd7ea keywording: add note about `repoman commit --straight-to-stable` Somewhat regularly see --force being used with repoman commit rather than --straigh-to-stable. --straight-to-stable is preferable if it must be done because it doesn't disable repoman's other QA checks. Signed-off-by: Sam James gentoo.org> keywording/text.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/keywording/text.xml b/keywording/text.xml index ed6b6d1..1398ca7 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -189,7 +189,10 @@ a dependency of a package already keyworded.

-Do not commit straight to arch ("stable"). +Do not commit straight to arch ("stable"). If it is necessary +to do so, when using repoman, use +repoman commit --straight-to-stable and not --force as +this disables other QA checks.