From c2dd485df635e6be732c1623fa7ebf841302340f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 17 Mar 2012 23:42:31 +0000 Subject: Kill unionfs support --- lib/Iurt/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Iurt/Config.pm') diff --git a/lib/Iurt/Config.pm b/lib/Iurt/Config.pm index 33d822f..0b27dc8 100644 --- a/lib/Iurt/Config.pm +++ b/lib/Iurt/Config.pm @@ -198,13 +198,13 @@ sub dump_cache_par { plog('DEBUG', "loading cache file $filename"); $old_cache = eval(cat_($filename)); - foreach my $k ('rpm_srpm', 'failure', 'no_unionfs', 'queue', 'needed', 'warning', 'buildrequires') { + foreach my $k ('rpm_srpm', 'failure', 'queue', 'needed', 'warning', 'buildrequires') { foreach my $rpm (%{$old_cache->{$k}}) { $cache->{$k}{$rpm} ||= $old_cache->{$k}{$rpm}; } } } - # $cache = { rpm_srpm => {}, failure => {}, queue => {}, warning => {}, run => 1, needed => {}, no_unionfs => {} } + # $cache = { rpm_srpm => {}, failure => {}, queue => {}, warning => {}, run => 1, needed => {} } } $Data::Dumper::Indent = 1; $Data::Dumper::Terse = 1; -- cgit v1.2.1