aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: cb774bc737f8709cc80e1eebaf6cb94d8e152d08 (about) (plain)
1
2
3
4
5
#!/bin/sh
# Create the build system.

set -e -x
exec autoreconf -vfi
dovic Courtès 2020-05-04openpgp: 'lookup-key-by-{id,fingerprint}' return the key first....Ludovic Courtès 2020-05-04openpgp: 'verify-openpgp-signature' looks up by fingerprint when possible....Ludovic Courtès 2020-05-04openpgp: Add 'lookup-key-by-fingerprint'....Ludovic Courtès 2020-05-04openpgp: Store the issuer key id and fingerprint in <openpgp-signature>....Ludovic Courtès 2020-05-04openpgp: Decode the issuer-fingerprint signature subpacket....Ludovic Courtès 2020-05-04Add (guix openpgp)....Ludovic Courtès