summaryrefslogtreecommitdiff
path: root/0005-container-build-update-signing-intent-help-for-OSBS-.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-03-24 06:30:09 +0000
committerCoprDistGit <infra@openeuler.org>2023-03-24 06:30:09 +0000
commit5dceedc6b1105bb7ca2f9242a3d8bf8b611d61b3 (patch)
tree65a77e5179230bb9434b0f5ab9ac94674f08ef7f /0005-container-build-update-signing-intent-help-for-OSBS-.patch
parent187a0e52c5079bca88ce44ae4aed8afe34f5c81c (diff)
automatic import of rpkg
Diffstat (limited to '0005-container-build-update-signing-intent-help-for-OSBS-.patch')
-rw-r--r--0005-container-build-update-signing-intent-help-for-OSBS-.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/0005-container-build-update-signing-intent-help-for-OSBS-.patch b/0005-container-build-update-signing-intent-help-for-OSBS-.patch
new file mode 100644
index 0000000..4ead6a3
--- /dev/null
+++ b/0005-container-build-update-signing-intent-help-for-OSBS-.patch
@@ -0,0 +1,30 @@
+From e38cfe4b688b600c411a9745922b77ebb9c14122 Mon Sep 17 00:00:00 2001
+From: Ken Dreyer <kdreyer@redhat.com>
+Date: Tue, 28 Feb 2023 16:17:03 -0500
+Subject: [PATCH] container-build: update --signing-intent help for OSBS 2
+
+OSBS 2 logs the reactor configuration in a slightly different way.
+Update the --help text for --signing-intent to point users at the new
+location.
+
+Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
+---
+ pyrpkg/cli.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py
+index 41c4354..c3672b3 100644
+--- a/pyrpkg/cli.py
++++ b/pyrpkg/cli.py
+@@ -1724,7 +1724,7 @@ class cliClient(object):
+ " server. If unspecified, the server will use the signing intent"
+ " of the compose_ids you specify, or the server's"
+ " default_signing_intent. To view the full list of possible"
+- " names, see REACTOR_CONFIG in orchestrator.log.")
++ " names, see atomic_reactor.config in osbs-build.log.")
+
+ parser.add_argument(
+ '--skip-remote-rules-validation',
+--
+2.39.2
+