From 08a247213e33fd3e41981bf58706f554586117e9 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 13 Jan 2006 10:50:07 +0000 Subject: Remove force_local download option (which was always on) --- urpm.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 94512477..5a5ec4f5 100644 --- a/urpm.pm +++ b/urpm.pm @@ -2781,12 +2781,7 @@ sub download_packages_of_distant_media { $error_sources->{$i} = $2; } } elsif ($url =~ m!^([^:]*):/(.*/([^/]*\.rpm))\Z!) { - if ($options{force_local}) { - #- will download now - $distant_sources{$i} = "$1:/$2"; - } else { - $sources->{$i} = "$1:/$2"; - } + $distant_sources{$i} = "$1:/$2"; #- will download now } else { $urpm->{error}(N("malformed URL: [%s]", $url)); } -- cgit v1.2.1