osmo-ci/scripts/tarballs
Oliver Smith 38707a473c tarballs: git archive: make proper tar.bz2
Compress the tarball from "git archive" with bzip2 to turn it into a
proper .tar.bz2. Previously the archive was named .tar.bz2, but it was
just a regular tarball as git archive didn't guess the type from the
filename (supposedly this works for .tar.gz and some others) and just
defaulted to tar.

Move the code that adds build_dep.tar.gz to the archive before the bzip2
call, because tar can't add files to the archive if it is compressed.

Change-Id: I5830f9123150540a6467c19c64461d2fa1972a52
2023-11-07 12:23:20 +01:00
..
install-depends.sh scripts/tarballs: gapk: add install depends 2023-10-26 12:31:52 +02:00
prefer-configure.sh scripts/tarballs: gapk > v1.0: use make dist-bzip2 2023-10-26 11:05:22 +02:00
publish-tarballs-for-tags.sh tarballs: git archive: make proper tar.bz2 2023-11-07 12:23:20 +01:00