We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d681d54 commit 476dfc1Copy full SHA for 476dfc1
src/cmd-sign
@@ -111,6 +111,14 @@ def cmd_robosignatory(args):
111
def robosign_ostree(args, s3, build, gpgkey):
112
builds = Builds()
113
builddir = builds.get_build_dir(args.build, args.arch)
114
+
115
+ if build['coreos-assembler.oci-imported']:
116
+ # this is a known gap currently; we just no-op for
117
+ # now until we cut over to Konflux and stop using this code; see
118
+ # https://github.com/coreos/fedora-coreos-tracker/issues/1986
119
+ print("OSTree commit signing is not supported on imported OCI builds; ignoring...")
120
+ return
121
122
checksum = build['ostree-commit']
123
124
# Copy commit object to a temporary location. A preferred approach here is
0 commit comments