From 82aae0f23a1d73d8d8e98416ea1799e2321b6a4e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 4 Jan 2002 18:13:25 +0000 Subject: removed test code. --- perl-install/crypto.pm | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 89ff9474d..749538bab 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -85,18 +85,15 @@ sub getPackages { $crypto::host = $mirror; #- extract hdlist of crypto, then depslist. - eval { - require pkgs; - my $update_medium = pkgs::psUsingHdlist($prefix, 'ftp', $packages, "hdlist-updates.cz", "1u", "RPMS", - #"Updates for Mandrake Linux $::VERSION", 1, getFile("base/hdlist.cz", $mirror)) and - "Updates for Mandrake Linux 8.1", 1, getFile("base/hdlist.cz", $mirror)) and - log::l("read updates hdlist"); - #- keep in mind where is the URL prefix used according to mirror (for install_any::install_urpmi). - $update_medium->{prefix} = dir($mirror); - - return $update_medium; - }; - return; #- an exception occurred, so ignore it. + require pkgs; + my $update_medium = pkgs::psUsingHdlist($prefix, 'ftp', $packages, "hdlist-updates.cz", "1u", "RPMS", + #"Updates for Mandrake Linux $::VERSION", 1, getFile("base/hdlist.cz", $mirror)) and + "Updates for Mandrake Linux 8.1", 1, getFile("base/hdlist.cz", $mirror)) and + log::l("read updates hdlist"); + #- keep in mind where is the URL prefix used according to mirror (for install_any::install_urpmi). + $update_medium->{prefix} = dir($mirror); + + return $update_medium; } sub get { -- cgit v1.2.1