Sign release tarballs (#1286)

Fixes: https://github.com/awesomeWM/awesome/issues/1254
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-12-23 19:13:25 +01:00 committed by Daniel Hahler
parent c349ff9206
commit fd1a622b5f
1 changed files with 8 additions and 0 deletions

View File

@ -11,5 +11,13 @@ cd dist
echo -n $VERSION > awesome-$SVERSION/.version_stamp
tar cjf awesome-$SVERSION.tar.bz2 awesome-$SVERSION
tar cJf awesome-$SVERSION.tar.xz awesome-$SVERSION
gpg --armor --detach-sign awesome-$SVERSION.tar.bz2
gpg --armor --detach-sign awesome-$SVERSION.tar.xz
echo "Created the following files in dist/:"
echo "awesome-$SVERSION.tar.bz2"
echo "awesome-$SVERSION.tar.xz"
echo "awesome-$SVERSION.tar.bz2.asc"
echo "awesome-$SVERSION.tar.xz.asc"
# vim: filetype=sh:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80