From fa2164a59ecc47a7a4324712710c367e195f14f6 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Mon, 16 Jul 2007 21:31:54 +0200 Subject: Use only one mirror list for all repos Fully implement what this commit allows: ebad1996149d72cf4a1fe15fe8326f2b4996f585 Dan: update .gitignore as well. Signed-off-by: Chantry Xavier Signed-off-by: Dan McGee --- etc/pacman.conf.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/pacman.conf.in') diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 33ef1814..5c518ea3 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -23,23 +23,23 @@ HoldPkg = pacman glibc # have identical names, regardless of version number # #[testing] -#Include = @sysconfdir@/pacman.d/testing +#Include = @sysconfdir@/pacman.d/mirrorlist [current] # Add your preferred servers here, they will be used first -Include = @sysconfdir@/pacman.d/current +Include = @sysconfdir@/pacman.d/mirrorlist [extra] # Add your preferred servers here, they will be used first -Include = @sysconfdir@/pacman.d/extra +Include = @sysconfdir@/pacman.d/mirrorlist [community] # Add your preferred servers here, they will be used first -Include = @sysconfdir@/pacman.d/community +Include = @sysconfdir@/pacman.d/mirrorlist #[unstable] # Add your preferred servers here, they will be used first -#Include = @sysconfdir@/pacman.d/unstable +#Include = @sysconfdir@/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. -- cgit v1.2.3-54-g00ecf