summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-02 19:22:32 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-02 19:22:32 +0000
commit1b5d8679ab020ade76c15537087be1f2c3dbc250 (patch)
treec5bec3fc07a1ded4e1b675abade073d3424662c5 /mdkupdate
parent5aa17463c7cad69bbd9ea509c8d7aea0ee037355 (diff)
downloadmgaonline-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-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
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);