summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-15 18:38:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-15 18:38:19 -0300
commitbe632a0506b5d413b02b7e05ff83bdfaf7b8c58e (patch)
treee240d17f349dd0daa8733009c5e4cbc4d1c10839 /Makefile
parentba2d198f6794624675ac571d8b5337278da357bb (diff)
downloaddebian-be632a0506b5d413b02b7e05ff83bdfaf7b8c58e.tar.gz
debian-be632a0506b5d413b02b7e05ff83bdfaf7b8c58e.tar.bz2
Use keyring.debian.org::keyrings instead of a submodule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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