From d3dbd7ea0bd09daf0c9daf790d50952244b62b0a Mon Sep 17 00:00:00 2001
From: Sam James
Date: Wed, 12 Jan 2022 04:31:49 +0000
Subject: 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
---
keywording/text.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
(limited to 'keywording')
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.