diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-04 09:55:17 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-04 09:55:17 +0100 |
commit | df471b30a42ca1d555c06397d0236f28d692d768 (patch) | |
tree | 1cd80e5ed468bad8a15b434bb49ae3f277954427 /libre/pacman/pacman.conf.mips64el | |
parent | 910cb3b22038375a372d0ddb88fa218d54fe7e19 (diff) |
pacman: use SyncFirst for keyring packages, not for pacman.
There were more changes recently when updating pacman first broke it
(e.g. it depended on newer libarchive or glibc) than when it was
needed.
Keyring packages need to be updated first if updates signed by new
keys are downloaded.
Diffstat (limited to 'libre/pacman/pacman.conf.mips64el')
-rw-r--r-- | libre/pacman/pacman.conf.mips64el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/pacman/pacman.conf.mips64el b/libre/pacman/pacman.conf.mips64el index 3c32ddb78..e6cff6811 100644 --- a/libre/pacman/pacman.conf.mips64el +++ b/libre/pacman/pacman.conf.mips64el @@ -16,7 +16,7 @@ #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first -SyncFirst = pacman +SyncFirst = archlinux-keyring parabola-keyring #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled |