diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-26 18:21:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-26 18:21:36 +0000 |
commit | 675ffd89c3dcfb933414a80763e268079004ed1b (patch) | |
tree | 5ee2c9b07fba819bec7fbf9fcaf6604fe496f0b4 | |
parent | 9ed563a30887b0ce4c8672bf7079c493a42595a3 (diff) | |
download | iurt-675ffd89c3dcfb933414a80763e268079004ed1b.tar iurt-675ffd89c3dcfb933414a80763e268079004ed1b.tar.gz iurt-675ffd89c3dcfb933414a80763e268079004ed1b.tar.bz2 iurt-675ffd89c3dcfb933414a80763e268079004ed1b.tar.xz iurt-675ffd89c3dcfb933414a80763e268079004ed1b.zip |
(check_media) add a FIXME note
-rwxr-xr-x | iurt2 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1291,6 +1291,7 @@ sub check_media { my $synthesis_file = "$config->{repository}/$run->{distro}/$run->{my_arch}/media/$m/$subdir/media_info/synthesis.hdlist.cz"; if (-f $synthesis_file) { plog("Parsing $synthesis_file"); + # FIXME: this is reinventing the whell and will fail if default compressor change: if (open my $syn, "zcat $synthesis_file |") { local $_; while (<$syn>) { |