diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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@% > $@ |