diff options
author | Daniel M. Capella <polyzen@archlinux.org> | 2019-10-26 18:02:33 -0400 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-11-06 01:14:05 +0100 |
commit | 6679c28625b1e48bc115290b7c41941366d44a05 (patch) | |
tree | 41f55368d2471ce500db226d61fed250b2802d94 /pacman-testing.conf | |
parent | 2edee89b629f73c8437368b37efbcafd90429728 (diff) | |
download | devtools32-6679c28625b1e48bc115290b7c41941366d44a05.tar.xz |
conf: Sync with pacman 5.2.0-2
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
Diffstat (limited to 'pacman-testing.conf')
-rw-r--r-- | pacman-testing.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pacman-testing.conf b/pacman-testing.conf index 8a12d23..026cbaa 100644 --- a/pacman-testing.conf +++ b/pacman-testing.conf @@ -16,10 +16,9 @@ #GPGDir = /etc/pacman.d/gnupg/ #HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -C - -f %u > %o +#XferCommand = /usr/bin/curl -L -C - -f -o %o %u #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 @@ -90,4 +89,3 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs - |