pacman-key: remove lock-never from keyring configuration

I'm not sure why this was originally included, but it has now become
a problem with multiple processes updating the keyring (e.g. the
systemd timer for WKD updates from Arch Linux).

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2024-02-25 09:40:38 +10:00
parent dba383f092
commit 1d1bb6fa1a

View file

@ -237,7 +237,6 @@ initialize() {
chmod 644 "$conffile" chmod 644 "$conffile"
add_gpg_conf_option "$conffile" 'no-greeting' add_gpg_conf_option "$conffile" 'no-greeting'
add_gpg_conf_option "$conffile" 'no-permission-warning' add_gpg_conf_option "$conffile" 'no-permission-warning'
add_gpg_conf_option "$conffile" 'lock-never'
add_gpg_conf_option "$conffile" 'keyserver-options' 'timeout=10' add_gpg_conf_option "$conffile" 'keyserver-options' 'timeout=10'
add_gpg_conf_option "$conffile" 'keyserver-options' 'import-clean' add_gpg_conf_option "$conffile" 'keyserver-options' 'import-clean'