summaryrefslogtreecommitdiff
path: root/pacman-gnome-unstable.conf
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-24 12:25:48 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-24 12:25:48 -0400
commitfd0109ecd077f53d0fdf3746bc5d2a8c8f1e82e7 (patch)
treeb4b848c38e6ed07ab7ca0c2fc2b105c04f6e0656 /pacman-gnome-unstable.conf
parentd0e593c9f8deef75e1d7878787f62e111303d9ba (diff)
parenteebfd9a30f7d7f2c7fa98b08dcf7b062a29c2377 (diff)
downloaddevtools32-fd0109ecd077f53d0fdf3746bc5d2a8c8f1e82e7.tar.xz
Merge tag '20130406' into complete
tagging
Diffstat (limited to 'pacman-gnome-unstable.conf')
-rw-r--r--pacman-gnome-unstable.conf15
1 files changed, 5 insertions, 10 deletions
diff --git a/pacman-gnome-unstable.conf b/pacman-gnome-unstable.conf
index 9bdca63..911d4db 100644
--- a/pacman-gnome-unstable.conf
+++ b/pacman-gnome-unstable.conf
@@ -15,11 +15,10 @@
#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/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
+#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
@@ -31,7 +30,7 @@ Architecture = auto
# Misc options
#UseSyslog
-#UseDelta
+#Color
#TotalDownload
# We cannot check disk space from within a chroot environment
#CheckSpace
@@ -39,7 +38,9 @@ Architecture = auto
# 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
+SigLevel = Required DatabaseOptional
+LocalFileSigLevel = Optional
+#RemoteFileSigLevel = Required
# 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
@@ -69,27 +70,21 @@ Architecture = auto
# after the header, and they will be used before the default mirrors.
[gnome-unstable]
-SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[testing]
-SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[core]
-SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[extra]
-SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[community-testing]
-SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[community]
-SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for