Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: keywording/
Date: Sat, 22 Jan 2022 21:35:36
Message-Id: 1642887295.d3dbd7ea0bd09daf0c9daf790d50952244b62b0a.sam@gentoo
1 commit: d3dbd7ea0bd09daf0c9daf790d50952244b62b0a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 12 04:31:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 21:34:55 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d3dbd7ea
7
8 keywording: add note about `repoman commit --straight-to-stable`
9
10 Somewhat regularly see --force being used with repoman commit rather
11 than --straigh-to-stable.
12
13 --straight-to-stable is preferable if it must be done because it
14 doesn't disable repoman's other QA checks.
15
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 keywording/text.xml | 5 ++++-
19 1 file changed, 4 insertions(+), 1 deletion(-)
20
21 diff --git a/keywording/text.xml b/keywording/text.xml
22 index ed6b6d1..1398ca7 100644
23 --- a/keywording/text.xml
24 +++ b/keywording/text.xml
25 @@ -189,7 +189,10 @@ a dependency of a package already keyworded.
26 </p>
27
28 <p>
29 -Do <b>not</b> commit straight to <c>arch</c> ("stable").
30 +Do <b>not</b> commit straight to <c>arch</c> ("stable"). If it is necessary
31 +to do so, when using <c>repoman</c>, use
32 +<c>repoman commit --straight-to-stable</c> and <b>not</b> <c>--force</c> as
33 +this disables other QA checks.
34 </p>
35
36 </body>