summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2013-10-31 16:04:28 +0000
committerjvoisin2013-10-31 16:04:28 +0000
commita554d7a0867a01fc7a3081ed24df25fa0ac87e23 (patch)
tree39713a13c8a05e56a40d00d39220fa9f32b009ed
parent3fb064b1984d264ce375065d207f85cdbef6694a (diff)
Releases tarball should be in .xz
-rw-r--r--RELEASE4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index c9c5a67..84cf783 100644
--- a/RELEASE
+++ b/RELEASE
@@ -17,10 +17,10 @@ push the tag
17 git push --tags 17 git push --tags
18 18
19archive's creation : 19archive's creation :
20 git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz 20 git archive --format=tar.xz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.xz
21 21
22signing: 22signing:
23 gpg --armor --detach-sign mat-$VERSION.tar.gz 23 gpg --armor --detach-sign mat-$VERSION.tar.xz
24 24
25upload: 25upload:
26 https://mat.boum.org/files 26 https://mat.boum.org/files