summaryrefslogtreecommitdiffstats
path: root/pacman-multilib-testing.conf
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-10-14 09:09:46 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-10-14 09:09:46 +0200
commit9715ddbe9df6e7a2a37a11c4f3e90a5446459217 (patch)
tree3dc5ebc13d8a415f4b9787cfca2865da32ca1ac8 /pacman-multilib-testing.conf
parent142b032212fd94c0fde75a3dd223444c212c2eaa (diff)
downloaddevtools-9715ddbe9df6e7a2a37a11c4f3e90a5446459217.tar.gz
devtools-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-testing.conf')
-rw-r--r--pacman-multilib-testing.conf23
1 files changed, 19 insertions, 4 deletions
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]