aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index c09b9a4d..c2809932 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -75,7 +75,6 @@ our @EXPORT = qw(
statusbar_msg
statusbar_msg_remove
choose_mirror
- make_url_mirror
show_urpm_progress
update_sources
update_sources_check
@@ -635,12 +634,6 @@ by Mandriva Linux Official Updates.")), %options
$w->main && return grep { $w->{retval}{sel} eq $_->{url} } @mirrors;
}
-sub make_url_mirror {
- my ($mirror) = @_;
- # because updates media do not provide media.cfg yet
- $mirror . '/media/main/updates';
-}
-
sub show_urpm_progress {
my ($label, $pb, $mode, $file, $percent, $total, $eta, $speed) = @_;
$file =~ s|([^:]*://[^/:\@]*:)[^/:\@]*(\@.*)|$1xxxx$2|; #- if needed...