Skip to content

Commit

Permalink
Rely on automated tarball inspection
Browse files Browse the repository at this point in the history
Since ff9ff26 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.
  • Loading branch information
ekohl authored and evgeni committed Dec 18, 2024
1 parent 01fa851 commit 607d54b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inspect_tarballs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ for project in $TAR_PROJECTS ; do
exit 1
fi
done
file-roller "${filenames[@]}"

0 comments on commit 607d54b

Please sign in to comment.