Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
mkrelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Sep 10, 2019
1 parent 2c45d9e commit b4865b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mkrelease.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
set -e

VERSION="20190910"
NAME="arc-theme"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"

gpg --default-key 1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE --armor --detach-sign "${NAME}-${VERSION}.tar.xz"
gpg --verify "${NAME}-${VERSION}.tar.xz.asc"

0 comments on commit b4865b4

Please sign in to comment.