archlinux-docker/scripts
Emil Velikov a972ead2e0 scripts/make-dockerfile.sh: rework TEMPLATE_ROOTFS_DOWNLOAD handling
Currently the TEMPLATE_ROOTFS_DOWNLOAD handling is overly complicated.
For the local builds, we set a ROOTFS=$GROUP.tar.zst. While for remote
builds, we:
 - invoke curl to fetch the remote tarball - ok
 - do curl and shell escaping contortions to prints the filename - ehhh
   - that we already now
   - and rely upon to not change, otherwise sha256sum will fail

Just use a dummy "true", for the local builds and a normal curl
command otherwise.

v2:
 - don't call curl in a sub-shell - no longer needed

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2023-10-02 11:51:59 +01:00
..
make-dockerfile.sh scripts/make-dockerfile.sh: rework TEMPLATE_ROOTFS_DOWNLOAD handling 2023-10-02 11:51:59 +01:00
make-rootfs.sh scripts/make-rootfs.sh: move non-wrapper calls further up 2023-09-25 23:49:58 +01:00