summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a81675..2b46939 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,8 @@ baseurl.txt: meta.json
jq -r '.baseurl' < meta.json > $@
expiry.txt: src/content/public.asc
- gpg --show-key --with-colons src/content/public.asc | \
+ gpg --always-trust --no-keyring --show-key --with-colons \
+ src/content/public.asc | \
awk -F: '/^pub:/ { print $$7 }' | \
xargs -I% date -Is -d@% > $@