Blob Blame History Raw
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