diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-02 19:22:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-02 19:22:32 +0000 |
commit | 1b5d8679ab020ade76c15537087be1f2c3dbc250 (patch) | |
tree | c5bec3fc07a1ded4e1b675abade073d3424662c5 /mdkupdate | |
parent | 5aa17463c7cad69bbd9ea509c8d7aea0ee037355 (diff) | |
download | mgaonline-1b5d8679ab020ade76c15537087be1f2c3dbc250.tar mgaonline-1b5d8679ab020ade76c15537087be1f2c3dbc250.tar.gz mgaonline-1b5d8679ab020ade76c15537087be1f2c3dbc250.tar.bz2 mgaonline-1b5d8679ab020ade76c15537087be1f2c3dbc250.tar.xz mgaonline-1b5d8679ab020ade76c15537087be1f2c3dbc250.zip |
the mirror field of bundles is now dead
Diffstat (limited to 'mdkupdate')
-rwxr-xr-x | mdkupdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |