Skip to content

Commit

Permalink
Sign tarballs.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed May 5, 2018
1 parent 572983d commit 7728616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makesrcdist
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ git tag -m "Tag $version" v$version
git push origin v$version

echo Creating rasterview-$version.tar.gz...
git archive --format tar HEAD | gzip -v9 >rasterview-$version.tar.gz
git archive --format tar HEAD | gzip -v9 >~/Desktop/rasterview-$version.tar.gz
gpg --detach-sign ~/Desktop/rasterview-$version.tar.gz

0 comments on commit 7728616

Please sign in to comment.