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
|
rm submodule.tar
|
||||||
done
|
done
|
||||||
mv ${TARFILE_TMP} ${TARFILE}
|
mv ${TARFILE_TMP} ${TARFILE}
|
||||||
|
xz "${TARFILE}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue