aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt3
1 files changed, 0 insertions, 3 deletions
diff --git a/iurt b/iurt
index d0ec6bf..bdb7f4a 100755
--- a/iurt
+++ b/iurt
@@ -599,7 +599,6 @@ my $cache = {
queue => {},
warning => {},
run => 1,
- needed => {},
};
$run{cache} = $cache;
@@ -883,8 +882,6 @@ retry:
}
# do some cleaning if the compilation is successful
- delete $cache->{needed}{$srpm} if defined $cache->{needed}{$srpm};
- delete $cache->{buildrequires}{$srpm} if defined $cache->{buildrequires}{$srpm};
# FIXME It seems the glob is not correctly expanded any more, so listing the directory content to do so
opendir my $binfh, "$chroot_tmp/home/$luser/rpmbuild/RPMS/";
my @packages;