summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-13 10:50:07 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-13 10:50:07 +0000
commit08a247213e33fd3e41981bf58706f554586117e9 (patch)
tree7c468a6ae48cb54d1e8d5168ea9a727bfb496fe9 /gurpmi2
parent62bb5e1cad0c84197c982ced7948965a8fe47196 (diff)
downloadurpmi-08a247213e33fd3e41981bf58706f554586117e9.tar
urpmi-08a247213e33fd3e41981bf58706f554586117e9.tar.gz
urpmi-08a247213e33fd3e41981bf58706f554586117e9.tar.bz2
urpmi-08a247213e33fd3e41981bf58706f554586117e9.tar.xz
urpmi-08a247213e33fd3e41981bf58706f554586117e9.zip
Remove force_local download option (which was always on)
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 0 insertions, 2 deletions
diff --git a/gurpmi2 b/gurpmi2
index 125bcb0b..6a87aa42 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -198,7 +198,6 @@ sub do_install_3 () {
$vbox->pack_start($progressbar, 0, 0, 0);
change_mainw($vbox);
$urpm->copy_packages_of_removable_media($list, \%sources,
- force_local => 1,
ask_for_medium => sub {
my $w = Gtk2::MessageDialog->new($mainw, [qw(modal destroy-with-parent)], 'warning', 'ok-cancel',
N("Please insert the medium named \"%s\" on device [%s]", $_[0], $_[1])
@@ -225,7 +224,6 @@ sub do_install_3 () {
limit_rate => $urpm->{options}{'limit-rate'},
compress => $urpm->{options}{compress},
resume => $urpm->{options}{resume},
- force_local => 1,
callback => sub {
my ($mode, $file, $percent) = @_;
if ($mode eq 'start') {