Skip to content

Commit baa1f9d

Browse files
committed
cmd-build: drop composefs logic
All the settings in all image.yaml files in the fedora-coreos-config and rhel-coreos-config repos have this set to `false` so it's not being used today. Also we are planning to remove this build path in the future in favor of building via container tools, so let's just drop this for now.
1 parent 42025ba commit baa1f9d

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/cmd-build

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -324,15 +324,6 @@ fi
324324
if [ ! -f "${workdir}"/builds/builds.json ] && [ ! -f "${fetch_stamp}" ] ; then
325325
fatal "Must fetch before building"
326326
fi
327-
composefs="$(jq -r .composefs < "${image_json}")"
328-
case "${composefs}" in
329-
false)
330-
;;
331-
true)
332-
ostree config --repo="${tmprepo}" set ex-integrity.composefs "true"
333-
;;
334-
*) fatal "Unhandled composefs setting: ${composefs}" ;;
335-
esac
336327

337328
# --cache-only is here since `fetch` is a separate verb
338329
# shellcheck disable=SC2086

0 commit comments

Comments
 (0)