diff options
author | James Meyer <james.meyer@operamail.com> | 2010-02-04 00:25:22 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-02-04 00:25:22 (GMT) |
commit | 13c5a3d4c1d8e6fd299222a5b12a1c31bf3ccd28 (patch) | |
tree | a82c6a836c29ebd3b2fa7ac43b61d1cfa1f54349 /abs/core-testing/pacman/pacman.conf | |
parent | 9cd63c26a0ff20a3b3895578659629930fe320ea (diff) | |
download | linhes_pkgbuild-13c5a3d4c1d8e6fd299222a5b12a1c31bf3ccd28.zip linhes_pkgbuild-13c5a3d4c1d8e6fd299222a5b12a1c31bf3ccd28.tar.gz linhes_pkgbuild-13c5a3d4c1d8e6fd299222a5b12a1c31bf3ccd28.tar.bz2 |
pacman: update to 3.3.3
This was needed for the new samba.
Diffstat (limited to 'abs/core-testing/pacman/pacman.conf')
-rw-r--r-- | abs/core-testing/pacman/pacman.conf | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/abs/core-testing/pacman/pacman.conf b/abs/core-testing/pacman/pacman.conf index 6fe3d29..de7e17d 100644 --- a/abs/core-testing/pacman/pacman.conf +++ b/abs/core-testing/pacman/pacman.conf @@ -28,7 +28,6 @@ SyncFirst = pacman #NoExtract = # Misc options (all disabled by default) -#NoPassiveFtp #UseSyslog #ShowSize #UseDelta @@ -52,10 +51,12 @@ SyncFirst = pacman # uncommented to enable the repo. # -# Testing is disabled by default. To enable, uncomment the following -# two lines. You can add preferred servers immediately after the header, -# and they will be used before the default mirrors. +# The testing repositories are disabled by default. To enable, uncomment the +# repo name header and Include lines. You can add preferred servers immediately +# after the header, and they will be used before the default mirrors. + #[testing] +## Add your preferred servers here, they will be used first #Include = /etc/pacman.d/mirrorlist [core] @@ -66,6 +67,10 @@ Include = /etc/pacman.d/mirrorlist # Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist +#[community-testing] +## Add your preferred servers here, they will be used first +#Include = /etc/pacman.d/mirrorlist + [community] # Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist |