mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
bootstrap_sdk: The CONTENTS files are now gzipped
A newer version of catalyst seems to be actually gzipping the CONTENTS files, so take this into accout.
This commit is contained in:
parent
746ac38cfb
commit
917d12cd7e
@ -91,8 +91,8 @@ if [[ "$STAGES" =~ stage4 ]]; then
|
||||
release_name="${TYPE}-${ARCH}-${FLAGS_version}.tar.bz2"
|
||||
build_image="${BUILDS}/${build_name}"
|
||||
release_image="${BUILDS}/${release_name}"
|
||||
build_contents="${build_image}.CONTENTS"
|
||||
release_contents="${release_image}.CONTENTS"
|
||||
build_contents="${build_image}.CONTENTS.gz"
|
||||
release_contents="${release_image}.CONTENTS.gz"
|
||||
build_digests="${build_image}.DIGESTS"
|
||||
release_digests="${release_image}.DIGESTS"
|
||||
ln -f "${build_image}" "${release_image}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user