From: Jonathan Lebon Date: Thu, 3 Feb 2022 18:23:43 +0000 (-0500) Subject: ci/make-git-snapshot.sh: xz the archive X-Git-Tag: archive/raspbian/2022.2-3+rpi1^2~15^2^2~17^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a51ae1ed736c8a3f97de5bc153472c9fd3c265d6;p=ostree.git ci/make-git-snapshot.sh: xz the archive This matches `make dist` and what the spec file expects. --- diff --git a/ci/make-git-snapshot.sh b/ci/make-git-snapshot.sh index 1b17b93f..acfdd6c2 100755 --- a/ci/make-git-snapshot.sh +++ b/ci/make-git-snapshot.sh @@ -26,3 +26,4 @@ ls -al ${TARFILE_TMP} rm submodule.tar done mv ${TARFILE_TMP} ${TARFILE} +xz "${TARFILE}"