From be632a0506b5d413b02b7e05ff83bdfaf7b8c58e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 15 Jun 2018 18:38:19 -0300 Subject: Use keyring.debian.org::keyrings instead of a submodule --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1211f93..8da8402 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,16 @@ # Place - Suite 330, Boston, MA 02111-1307, USA # +.PHONY: keyring + web: @ikiwiki --setup ikiwiki.setup web_deploy: @rsync -avz --delete --exclude=keyring www/ debian:/var/sites/debian/www/ +keyring: + @rsync -az --progress keyring.debian.org::keyrings/ keyrings/ + @gpg --verify keyrings/sha512sums.txt + publish: web web_deploy -- cgit v1.2.3