From efa3d081d884277e424ce85540bd28d131f73061 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 28 Nov 2006 17:25:05 +0000 Subject: (add_medium) enable to set per medium downloader --- urpm/media.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') diff --git a/urpm/media.pm b/urpm/media.pm index 43184e3c..3fe131cd 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -642,6 +642,7 @@ sub add_medium { $medium = { name => $name, url => $url, modified => 1, + downloader => $options{downloader}, update => $options{update}, ignore => $options{ignore}, synthesis => $options{synthesis}, -- cgit v1.2.1