From 675ffd89c3dcfb933414a80763e268079004ed1b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 26 Mar 2012 18:21:36 +0000 Subject: (check_media) add a FIXME note --- iurt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/iurt2 b/iurt2 index 400ef5e..c3fb58a 100755 --- a/iurt2 +++ b/iurt2 @@ -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>) { -- cgit v1.2.1