From d4147891c7eeadc439fd6dd0641e09079c1c4aef Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Oct 2007 01:26:22 +0000 Subject: (mirrors) revert bogus commit r230982 ("no more sent 'updates' requests") of 2007-10-08 that prevents to install only update media --- rpmdrake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmdrake.pm b/rpmdrake.pm index 212b15a7..6b5294eb 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -521,7 +521,7 @@ sub mirrors { return cat_($file); }); my @mirrors = @{ mirror::list(common::parse_LDAP_namespace_structure(cat_('/etc/product.id')), - 'distrib', $o_arch) || [] }; + ($want_base_distro ? 'distrib' : 'updates'), $o_arch) || [] }; require timezone; my $tz = ${timezone::read()}{timezone}; foreach my $mirror (@mirrors) { -- cgit v1.2.1