mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 01:51:09 +02:00
eclass/verify-sig: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
This commit is contained in:
parent
e5aa53ef82
commit
ef90f5f0bb
@ -51,7 +51,7 @@ if [[ ! ${_VERIFY_SIG_ECLASS} ]]; then
|
|||||||
|
|
||||||
IUSE="verify-sig"
|
IUSE="verify-sig"
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: VERIFY_SIG_METHOD
|
# @ECLASS_VARIABLE: VERIFY_SIG_METHOD
|
||||||
# @PRE_INHERIT
|
# @PRE_INHERIT
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Signature verification method to use. The allowed value are:
|
# Signature verification method to use. The allowed value are:
|
||||||
@ -76,7 +76,7 @@ case ${VERIFY_SIG_METHOD} in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: VERIFY_SIG_OPENPGP_KEY_PATH
|
# @ECLASS_VARIABLE: VERIFY_SIG_OPENPGP_KEY_PATH
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Path to key bundle used to perform the verification. This is required
|
# Path to key bundle used to perform the verification. This is required
|
||||||
@ -86,7 +86,7 @@ esac
|
|||||||
# NB: this variable is also used for non-OpenPGP signatures. The name
|
# NB: this variable is also used for non-OpenPGP signatures. The name
|
||||||
# contains "OPENPGP" for historical reasons.
|
# contains "OPENPGP" for historical reasons.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: VERIFY_SIG_OPENPGP_KEYSERVER
|
# @ECLASS_VARIABLE: VERIFY_SIG_OPENPGP_KEYSERVER
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Keyserver used to refresh keys. If not specified, the keyserver
|
# Keyserver used to refresh keys. If not specified, the keyserver
|
||||||
@ -95,7 +95,7 @@ esac
|
|||||||
#
|
#
|
||||||
# Supported for OpenPGP only.
|
# Supported for OpenPGP only.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: VERIFY_SIG_OPENPGP_KEY_REFRESH
|
# @ECLASS_VARIABLE: VERIFY_SIG_OPENPGP_KEY_REFRESH
|
||||||
# @USER_VARIABLE
|
# @USER_VARIABLE
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Attempt to refresh keys via WKD/keyserver. Set it to "yes"
|
# Attempt to refresh keys via WKD/keyserver. Set it to "yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user