summaryrefslogtreecommitdiff
path: root/0005-container-build-update-signing-intent-help-for-OSBS-.patch
diff options
context:
space:
mode:
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, 0 insertions, 30 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
deleted file mode 100644
index 4ead6a3..0000000
--- a/0005-container-build-update-signing-intent-help-for-OSBS-.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-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
-