diff options
author | Olivier Blin <blino@mageia.org> | 2011-03-31 23:12:57 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-03-31 23:12:57 +0000 |
commit | 73fb7102de52f6a71d9f50f2de664971059ba698 (patch) | |
tree | 41a5d6195b39494e6fd82a6f57723451ea1604d3 | |
parent | 2c387560debb02e0adb3a9a8feb77add404c02df (diff) | |
download | drakx-backup-do-not-use-73fb7102de52f6a71d9f50f2de664971059ba698.tar drakx-backup-do-not-use-73fb7102de52f6a71d9f50f2de664971059ba698.tar.gz drakx-backup-do-not-use-73fb7102de52f6a71d9f50f2de664971059ba698.tar.bz2 drakx-backup-do-not-use-73fb7102de52f6a71d9f50f2de664971059ba698.tar.xz drakx-backup-do-not-use-73fb7102de52f6a71d9f50f2de664971059ba698.zip |
add a fixme not about using https for mirrors list
-rw-r--r-- | perl-install/mirror.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/mirror.pm b/perl-install/mirror.pm index 34c5abe0a..68684b99a 100644 --- a/perl-install/mirror.pm +++ b/perl-install/mirror.pm @@ -59,6 +59,7 @@ sub mirrors_raw { #- contact the following URL to retrieve the list of mirrors. #- http://wiki.mageia.org/en/Product_id my $type = lc($product_id->{type}); $type =~ s/\s//g; + #- FIXME! (blino) we use use https here my $list = "http://mirrors.mageia.org/api/$type.$product_id->{version}.$product_id->{arch}.list?product=$product_id->{product}"; log::explanations("trying mirror list from $list"); my @lines; |