From 3c45c74ae9f671455b9961f9259b21db630e39e8 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 26 Nov 2024 19:36:39 +0100 Subject: [PATCH] Rely on automated tarball inspection Since ff9ff2628d80f71860c15ce610b343bc8dd6ec4a the tarballs are inspected automatically, which verifies they are valid tar files and not some garbage. By now we can rely on this and no longer need the manual inspection using file-roller. --- inspect_tarballs | 1 - 1 file changed, 1 deletion(-) diff --git a/inspect_tarballs b/inspect_tarballs index ea8622a..a977123 100755 --- a/inspect_tarballs +++ b/inspect_tarballs @@ -14,4 +14,3 @@ for project in $TAR_PROJECTS ; do exit 1 fi done -file-roller "${filenames[@]}"