mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 22:27:29 +02:00
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> |
||
---|---|---|
.. | ||
make-dockerfile.sh | ||
make-rootfs.sh |