diff options
| author | jvoisin | 2013-10-31 16:04:28 +0000 |
|---|---|---|
| committer | jvoisin | 2013-10-31 16:04:28 +0000 |
| commit | a554d7a0867a01fc7a3081ed24df25fa0ac87e23 (patch) | |
| tree | 39713a13c8a05e56a40d00d39220fa9f32b009ed | |
| parent | 3fb064b1984d264ce375065d207f85cdbef6694a (diff) | |
Releases tarball should be in .xz
Diffstat (limited to '')
| -rw-r--r-- | RELEASE | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -17,10 +17,10 @@ push the tag | |||
| 17 | git push --tags | 17 | git push --tags |
| 18 | 18 | ||
| 19 | archive's creation : | 19 | archive'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 | ||
| 22 | signing: | 22 | signing: |
| 23 | gpg --armor --detach-sign mat-$VERSION.tar.gz | 23 | gpg --armor --detach-sign mat-$VERSION.tar.xz |
| 24 | 24 | ||
| 25 | upload: | 25 | upload: |
| 26 | https://mat.boum.org/files | 26 | https://mat.boum.org/files |
