diff options
author | Sam James <sam@gentoo.org> | 2022-01-12 04:31:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-22 21:34:55 +0000 |
commit | d3dbd7ea0bd09daf0c9daf790d50952244b62b0a (patch) | |
tree | 528f75e996c26168361e9ad0e22bdac53afec9cf /keywording | |
parent | keywording: add explanatory text on maintainer obligations (diff) | |
download | devmanual-d3dbd7ea0bd09daf0c9daf790d50952244b62b0a.tar.gz devmanual-d3dbd7ea0bd09daf0c9daf790d50952244b62b0a.tar.bz2 devmanual-d3dbd7ea0bd09daf0c9daf790d50952244b62b0a.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'keywording')
-rw-r--r-- | keywording/text.xml | 5 |
1 files changed, 4 insertions, 1 deletions
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. </p> <p> -Do <b>not</b> commit straight to <c>arch</c> ("stable"). +Do <b>not</b> commit straight to <c>arch</c> ("stable"). If it is necessary +to do so, when using <c>repoman</c>, use +<c>repoman commit --straight-to-stable</c> and <b>not</b> <c>--force</c> as +this disables other QA checks. </p> </body> |