mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
ci/make-git-snapshot.sh: xz the archive
This matches `make dist` and what the spec file expects.
This commit is contained in:
parent
92c396c82b
commit
a51ae1ed73
@ -26,3 +26,4 @@ ls -al ${TARFILE_TMP}
|
||||
rm submodule.tar
|
||||
done
|
||||
mv ${TARFILE_TMP} ${TARFILE}
|
||||
xz "${TARFILE}"
|
||||
|
Loading…
Reference in New Issue
Block a user