From 9715ddbe9df6e7a2a37a11c4f3e90a5446459217 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 14 Oct 2011 09:09:46 +0200 Subject: 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. --- pacman-multilib-testing.conf | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'pacman-multilib-testing.conf') diff --git a/pacman-multilib-testing.conf b/pacman-multilib-testing.conf index 32fc35c..d544e9e 100644 --- a/pacman-multilib-testing.conf +++ b/pacman-multilib-testing.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-testing] +#SigLevel = Optional TrustAll Include = /etc/pacman.d/mirrorlist [multilib] -- cgit v1.2.3-24-g4f1b