From: Zbigniew Jędrzejewski-Szmek Date: Sun, 12 Mar 2017 00:17:38 +0000 (-0500) Subject: build-sys: add helper command to sign tarballs X-Git-Tag: v234~375^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5571%2Fhead;p=thirdparty%2Fsystemd.git build-sys: add helper command to sign tarballs --- diff --git a/Makefile.am b/Makefile.am index 407efab45e4..bd313a5d157 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6634,6 +6634,9 @@ git-tag: git-tar: git archive -o systemd-$(VERSION).tar.gz --prefix=systemd-$(VERSION)/ HEAD +%.asc: % + gpg2 --detach-sign -a -o $@ $< + www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd .PHONY: doc-sync