On 7/16/07, Xavier <shiningxc@gmail.com> wrote:
So Aaron made a patch a while ago that allows to use only one file for mirrors : http://bugs.archlinux.org/task/6389#comment16438
any chance the pacman git tree could take advantage of this feature ? I think the whole pacman.d/ could be removed.
Maybe with something like this:
From 9e4f79548b27f2de60d510b715bebd68bcb3992a Mon Sep 17 00:00:00 2001 From: Chantry Xavier <shiningxc@gmail.com> Date: Mon, 16 Jul 2007 21:31:54 +0200 Subject: [PATCH] Uses only one mirror list for all repos.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com> --- etc/pacman.conf.in | 10 ++-- etc/pacman.d/Makefile.am | 10 +---- etc/pacman.d/mirrorlist.in | 90 ++++++++++++++++++++++---------------------- 3 files changed, 52 insertions(+), 58 deletions(-)
Pulled into my GIT tree with only a few minor modifications (mostly updating .gitignore). -Dan