Skip to content

Commit

Permalink
Use faster pgp key server
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 7, 2018
1 parent 752b8fa commit 0f98006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ $(WMTSCAPABILITIES_FILE): tilegeneration/config.yaml

secrets.tar.bz2.gpg:
tar -jcf secrets.tar.bz2 $^
gpg --keyserver pgp.mit.edu --keyserver-options timeout=20 --recv-keys $(GPG_KEYS)
gpg --keyserver pool.sks-keyservers.net --keyserver-options timeout=20 --recv-keys $(GPG_KEYS)
rm -f $@
gpg --always-trust --output $@ --encrypt $(addprefix --recipient ,$(GPG_KEYS)) secrets.tar.bz2
rm secrets.tar.bz2
Expand Down

0 comments on commit 0f98006

Please sign in to comment.