diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2007-07-16 21:31:54 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-16 16:42:09 -0400 |
commit | fa2164a59ecc47a7a4324712710c367e195f14f6 (patch) | |
tree | 1a357f75af95ac2b5ee523eff788812ebbd00ddd /etc/pacman.conf.in | |
parent | 99572ed8f6f585e5b6ee4c9300b0589b2c75c54a (diff) | |
download | pacman-fa2164a59ecc47a7a4324712710c367e195f14f6.tar.xz |
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 <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc/pacman.conf.in')
-rw-r--r-- | etc/pacman.conf.in | 10 |
1 files changed, 5 insertions, 5 deletions
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. |