diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-10-14 09:09:46 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-10-14 09:09:46 +0200 |
commit | 9715ddbe9df6e7a2a37a11c4f3e90a5446459217 (patch) | |
tree | 3dc5ebc13d8a415f4b9787cfca2865da32ca1ac8 /pacman-multilib.conf | |
parent | 142b032212fd94c0fde75a3dd223444c212c2eaa (diff) | |
download | devtools32-9715ddbe9df6e7a2a37a11c4f3e90a5446459217.tar.xz |
Apply pacman 4.0 changes to our copies of makepkg.conf and pacman.conf
Note: Signature checks are disabled for now until we provide a keyring package.
Diffstat (limited to 'pacman-multilib.conf')
-rw-r--r-- | pacman-multilib.conf | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/pacman-multilib.conf b/pacman-multilib.conf index 50f86be..2497c81 100644 --- a/pacman-multilib.conf +++ b/pacman-multilib.conf @@ -13,11 +13,12 @@ #DBPath = /var/lib/pacman/ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log +#GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = pacman -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #XferCommand = /usr/bin/curl -C - -f %u > %o +#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled Architecture = auto @@ -28,12 +29,25 @@ Architecture = auto #NoUpgrade = #NoExtract = -# Misc options (all disabled by default) +# Misc options #UseSyslog -#ShowSize #UseDelta #TotalDownload -#CheckSpace +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. +#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 +# Disable signature checks for now +SigLevel = Never # # REPOSITORIES @@ -76,6 +90,7 @@ Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repository here. [multilib] +#SigLevel = Optional TrustAll Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for |