From e0029177274b0265f6bb17f4b9897aa4a47f5077 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 21 Mar 2019 13:56:07 -0400 Subject: Makefile.am: Upload .asc files --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6acc869..d792124 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,11 +140,14 @@ release: md5sum $(DIST_ARCHIVES) >MD5SUMS sha256sum $(DIST_ARCHIVES) >SHA256SUMS set -e; \ + sigs=''; \ 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 \ + sigs="$${sigs} $${f}.asc"; \ + done; \ + ssh files@files.proteanos.com mkdir -p files/pub/$(PACKAGE); \ + rsync -az --progress --stats $(DIST_ARCHIVES) ${sigs} \ + MD5SUMS SHA256SUMS \ files@files.proteanos.com:files/pub/$(PACKAGE)/$(VERSION)/ '$(srcdir)/scripts/announce-release.sh' \ $(PACKAGE) $(VERSION) '$(PACKAGE_NAME)' -- cgit v0.9.1