diff options
-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 |