mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-13 08:06:14 +02:00
eclass/verify-sig: Sync with Gentoo
It's from Gentoo commit f75f76f331c5f92d73bc94ea8a53555a4f174bf6.
This commit is contained in:
parent
3028ca52b2
commit
e1ae5ab10f
@ -57,7 +57,7 @@ IUSE="verify-sig"
|
||||
#
|
||||
# - openpgp -- verify PGP signatures using app-crypt/gnupg (the default)
|
||||
# - signify -- verify signatures with Ed25519 public key using app-crypt/signify
|
||||
: ${VERIFY_SIG_METHOD:=openpgp}
|
||||
: "${VERIFY_SIG_METHOD:=openpgp}"
|
||||
|
||||
case ${VERIFY_SIG_METHOD} in
|
||||
openpgp)
|
||||
@ -102,7 +102,7 @@ esac
|
||||
# connection.
|
||||
#
|
||||
# Supported for OpenPGP only.
|
||||
: ${VERIFY_SIG_OPENPGP_KEY_REFRESH:=no}
|
||||
: "${VERIFY_SIG_OPENPGP_KEY_REFRESH:=no}"
|
||||
|
||||
# @FUNCTION: verify-sig_verify_detached
|
||||
# @USAGE: <file> <sig-file> [<key-file>]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user