diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-06-11 11:32:05 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-06-11 11:32:05 +0200 |
commit | 6743c97383a7c153a61cac8edb327386e4d8d673 (patch) | |
tree | d3fac5aac3a0185d50f7318cd65fb1e5836b06c3 /pacman-gnome-unstable.conf | |
parent | 231496c82ad07399de94062dbbb72a895da64c34 (diff) | |
download | devtools32-6743c97383a7c153a61cac8edb327386e4d8d673.tar.xz |
update makepkg.conf and pacman.conf
Diffstat (limited to 'pacman-gnome-unstable.conf')
-rw-r--r-- | pacman-gnome-unstable.conf | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/pacman-gnome-unstable.conf b/pacman-gnome-unstable.conf index 04e8f5b..07495d0 100644 --- a/pacman-gnome-unstable.conf +++ b/pacman-gnome-unstable.conf @@ -37,17 +37,15 @@ Architecture = auto #CheckSpace #VerbosePkgLists -# PGP signature checking -# NOTE: None of this will work without running `pacman-key --init` first. -# The compiled in default is equivalent to the following line. This requires -# you to locally sign and trust packager keys using `pacman-key` for them to be -# considered valid. +# By default, pacman accepts packages signed by keys that its local keyring +# trusts (see pacman-key and its man page), as well as unsigned packages. #SigLevel = Optional TrustedOnly -# 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 -# For now, off by default unless you read the above. + +# NOTE: You must run `pacman-key --init` before first using pacman; the local +# keyring can then be populated with the keys of all official Arch Linux +# packagers with `pacman-key --populate archlinux`. + +# Signature checking does not work within our chroot SigLevel = Never # |