Fix of archlinux bootstrap archive extension
Hi, I propose this patch for fix this error waiting for the next release with this commit.
INFO [2024-07-23T23:19:41+02:00] Downloading source
Error: Error while downloading source: Failed to download "https://archive.archlinux.org/iso//2024.07.01/archlinux-bootstrap-2024.07.01-x86_64.tar.gz": Unable to fetch https://archive.archlinux.org/iso//2024.07.01/archlinux-bootstrap-2024.07.01-x86_64.tar.gz: 404 Not Found
ERROR [2024-07-23T23:19:45+02:00] Failed running distrobuilder err="Error while downloading source: Failed to download \"https://archive.archlinux.org/iso//2024.07.01/archlinux-bootstrap-2024.07.01-x86_64.tar.gz\": Unable to fetch https://archive.archlinux.org/iso//2024.07.01/archlinux-bootstrap-2024.07.01-x86_64.tar.gz: 404 Not Found"
INFO [2024-07-23T23:19:45+02:00] Removing cache directory
When I try to build a Archlinux container or virtual machine, I have this error because Archlinux change from .tar.gz
to .tar.zst
for bootstrap archive two months ago.
I welcome any feedback to improve this PR. Thanks.
P.S. : I can't build the package with or without patch. I think that the construction method is outdated.