diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-10-29 21:46:19 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-10-29 21:46:19 +0200 |
commit | e333a4da817678370d1d39f00bba75000643cf6b (patch) | |
tree | ac05334782d0d449af2e7e335ba3e595efd63007 /pacman-extra.conf | |
parent | 86045b965e0b8439bc94d7af7c8bd5d1e6ea3fe2 (diff) | |
download | devtools-e333a4da817678370d1d39f00bba75000643cf6b.tar.gz devtools-e333a4da817678370d1d39f00bba75000643cf6b.tar.xz |
temporary workaround until pacman 4.0 moves to [core]
Pacman 3 refuses to work with the pacman 4 SigLevel config entry
Also related: https://bugs.archlinux.org/task/26555
Diffstat (limited to 'pacman-extra.conf')
-rw-r--r-- | pacman-extra.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-extra.conf b/pacman-extra.conf index cdad265..828e2bd 100644 --- a/pacman-extra.conf +++ b/pacman-extra.conf @@ -46,7 +46,7 @@ Architecture = auto # If you wish to check signatures but avoid local sign and trust issues, use # the following line. This will treat any key imported into pacman's keyring as # trusted. -SigLevel = Optional TrustAll +#SigLevel = Optional TrustAll # Disable signature checks for now SigLevel = Never |