From 04e33808f89abcccba8556b6058c526626c26e22 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 22 Sep 2008 14:42:21 +0000 Subject: move {allow_metalink} from $urpm to $medium, and take into account user's requested downloader before choosing wether we will retry or rely on aria2 --- urpm/media.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urpm/media.pm') diff --git a/urpm/media.pm b/urpm/media.pm index cec08f52..3149f92c 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -1797,8 +1797,8 @@ sub try__maybe_mirrorlist { my ($urpm, $medium, $try) = @_; if ($medium->{mirrorlist}) { - $urpm->{allow_metalink} //= urpm::download::available_metalink_downloaders(); - if ($urpm->{allow_metalink}) { + $medium->{allow_metalink} //= urpm::download::use_metalink($urpm, $medium); + if ($medium->{allow_metalink}) { #- help things... _pick_mirror_if_needed($urpm, $medium, 'allow-cache-update'); -- cgit v1.2.1