Changelog:
r44415 | compyx | 2023-08-10 09:59:33 +0000 (Thu, 10 Aug 2023) | 2 lines
Replace `ls -1` with `find . -type d -name foo`
------------------------------------------------------------------------
r44414 | compyx | 2023-08-10 09:40:01 +0000 (Thu, 10 Aug 2023) | 5 lines
Update script again
It appears the artifacts are downloaded into separate directories which
are called `vice-3.7.1-gtk3.tar.gz` and contain `vice-3.7.1.tar.gz`.
------------------------------------------------------------------------
r44413 | compyx | 2023-08-10 09:08:56 +0000 (Thu, 10 Aug 2023) | 2 lines
Github actions: update script and workflow for check-dist tarball check
------------------------------------------------------------------------
r44411 | compyx | 2023-08-10 06:15:10 +0000 (Thu, 10 Aug 2023) | 2 lines
Github actions: remove unzip step from script, run `compare-dists.sh` script after downloading artifacts
------------------------------------------------------------------------
r44408 | compyx | 2023-08-10 05:29:15 +0000 (Thu, 10 Aug 2023) | 9 lines
Add script for github actions to compare generated dist tarballs
Add a script that unzips dist tarballs generated by the 'check-make-dist' job
and compares the file listings of each dist tarball with the others. The script
runs `diff` on the file listings of the tarballs so we can visually inspect the
result of the script, should it report differences. Exit status 0 means all
file listings are equal, 1 means some differ, and 2 means an error occurred
during execution of the script.
------------------------------------------------------------------------