From 8a9b1d3c71c8d25413c05e1e8d8f97a136c71159 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 17 Jan 2016 19:05:52 -0500 Subject: Makefile.am: Sign release archives --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b184ced..2efc0c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -161,6 +161,10 @@ release: git push --tags origin master:master md5sum $(DIST_ARCHIVES) >MD5SUMS sha256sum $(DIST_ARCHIVES) >SHA256SUMS + set -e; \ + for f in $(DIST_ARCHIVES); do \ + gpg --armor --sign $${f}; \ + done ssh files@files.proteanos.com mkdir -p files/pub/$(PACKAGE) rsync -az --progress --stats $(DIST_ARCHIVES) MD5SUMS SHA256SUMS \ files@files.proteanos.com:files/pub/$(PACKAGE)/$(VERSION)/ -- cgit v0.9.1