aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/edit_urpm_sources.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-01-29 22:25:45 +0000
committerThierry Vignaud <tv@mandriva.org>2008-01-29 22:25:45 +0000
commit500cba9448af25e460962c25a478b826dfe3bd71 (patch)
tree69b372188b3062430940c1a7b9079ede92140761 /Rpmdrake/edit_urpm_sources.pm
parentacdcd7674e0570d77686ab47140aa9c30b406710 (diff)
downloadrpmdrake-500cba9448af25e460962c25a478b826dfe3bd71.tar
rpmdrake-500cba9448af25e460962c25a478b826dfe3bd71.tar.gz
rpmdrake-500cba9448af25e460962c25a478b826dfe3bd71.tar.bz2
rpmdrake-500cba9448af25e460962c25a478b826dfe3bd71.tar.xz
rpmdrake-500cba9448af25e460962c25a478b826dfe3bd71.zip
(choose_mirror,mirrors) use urpm::download::sync() instead of
curl_download::download() in order to download mirror list from api.mandriva.com, thus using the downloader set up with urpmi instead of forcing curl, and using urpmi's proxy options
Diffstat (limited to 'Rpmdrake/edit_urpm_sources.pm')
-rw-r--r--Rpmdrake/edit_urpm_sources.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index afc85805..deafbea2 100644
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -122,7 +122,7 @@ of sources."),
my $distro = $rpmdrake::mandrake_release;
my $real_arch = arch();
$distro =~ s/$real_arch/$arch/;
- my ($mirror) = choose_mirror(message =>
+ my ($mirror) = choose_mirror($urpm, message =>
N("This will attempt to install all official sources corresponding to your
distribution (%s).