summaryrefslogtreecommitdiff
path: root/Cmds
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-10-07 15:00:30 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-10-07 15:00:30 +0200
commitbcd676be133e360c012b1279c1fcef9c7ede1ccf (patch)
tree21ccbc2a1b091c1f6b3011f90da86c53bbd5506b /Cmds
parent0c0090c41ebe22e780dc42c16b3034d56ec52a65 (diff)
build: Create GPG signatures as part of release target
Create detached ASCII format GPG signatures for the to be released tarballs. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Cmds')
-rw-r--r--Cmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cmds b/Cmds
index 704ab7e..c0e6032 100644
--- a/Cmds
+++ b/Cmds
@@ -42,3 +42,7 @@ GIT_REM = git ls-files -o | xargs rm -rf
GIT_PEOPLE = git log --no-merges $(shell git tag | tail -n2 | head -n1)..HEAD | grep Author: | cut -d: -f2 | \
cut -d\< -f1 | sort | uniq -c | sort -nr
GIT_VERSION = git describe --always
+
+# GPG related
+GPG_SIGN = gpg -a --output ../netsniff-ng-$(VERSION_SHORT).tar.$(1).sign --detach-sig \
+ ../netsniff-ng-$(VERSION_SHORT).tar.$(1)