diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-08 23:34:20 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-08 23:34:20 +0100 |
commit | 07f9d8658577092dc6a48901641e14a4fa696900 (patch) | |
tree | c51eaa241e801668179b3b4bde240120554683cc | |
parent | create-squashfs-snapshot: major speedups (diff) | |
download | mastermirror-scripts-07f9d8658577092dc6a48901641e14a4fa696900.tar.gz mastermirror-scripts-07f9d8658577092dc6a48901641e14a4fa696900.tar.bz2 mastermirror-scripts-07f9d8658577092dc6a48901641e14a4fa696900.zip |
Update autobuild extension listHEAD20241109T065956Zmaster
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rwxr-xr-x | sign-autobuilds.sh | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sign-autobuilds.sh b/sign-autobuilds.sh index 29dc29b..8977d88 100755 --- a/sign-autobuilds.sh +++ b/sign-autobuilds.sh @@ -78,12 +78,10 @@ find_src_names=( '(' -false -or -name '*.tar.xz' - -or -name '*.tar.bz2' # old builds - -or -name '*.tar.gz' # old builds - -or -name '*.tar.zst' # future builds? + -or -name '*.tar.zst' # future builds? -or -name '*.tar.zstd' # future builds? - -or -name '*.iso' - -or -name '*.tar.bz2' + -or -name '*.iso' # iso images + -or -name '*.qcow2' # disk images # hppa netboot -or -name '*.lif' # s390 netboot |