Improve pacman-*.conf

* Enforce package signing
* Sync a new option from pacman-*.conf of devtools
This commit is contained in:
Chih-Hsuan Yen 2019-07-05 23:33:05 +08:00
parent 7814445fea
commit 0623880f02
No known key found for this signature in database
GPG key ID: 0453A6CA23C56315
2 changed files with 2 additions and 2 deletions

View file

@ -14,6 +14,7 @@
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
@ -66,7 +67,6 @@ LocalFileSigLevel = Optional
#
[archlinuxcn]
SigLevel = Optional TrustAll
Server = http://repo.archlinuxcn.org/$arch
# The testing repositories are disabled by default. To enable, uncomment the

View file

@ -14,6 +14,7 @@
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
@ -66,7 +67,6 @@ LocalFileSigLevel = Optional
#
[archlinuxcn]
SigLevel = Optional TrustAll
Server = http://repo.archlinuxcn.org/$arch
# The testing repositories are disabled by default. To enable, uncomment the