From 1b5d8679ab020ade76c15537087be1f2c3dbc250 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 2 Mar 2006 19:22:32 +0000 Subject: the mirror field of bundles is now dead --- mdkupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdkupdate b/mdkupdate index 112304ac..38770a1b 100755 --- a/mdkupdate +++ b/mdkupdate @@ -144,7 +144,7 @@ if (!$bundle) { print Dumper($bundle_info); if ($bundle_info->{status}) { my @bundles; - my ($media, $mirrors, $bundle) = ($bundle_info->{data}{media_name}, $bundle_info->{data}{mirrors}, $bundle_info->{data}{bundle}); + my ($mirrors, $bundle) = ($bundle_info->{data}{mirrors}, $bundle_info->{data}{bundle}); add_media(split(';', $_, 2), 'hdlist.cz', '') foreach @$mirrors; $bundle =~ s/\.rpm$//; push(@bundles, $bundle); -- cgit v1.2.1