From 18910a103bfd86e7686d1a8d0f30f329e95131fc Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 11 Dec 2012 00:22:37 +0000 Subject: Fix chroot cleaning --- NEWS | 2 ++ iurt | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index e984732..440537c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- fix chroot cleaning in parallel mode + 0.6.15 - fix status file in parallel mode - get rid of cache and concurrent mode diff --git a/iurt b/iurt index 242f75c..28a52b2 100755 --- a/iurt +++ b/iurt @@ -1021,6 +1021,7 @@ do { $chroot_tmp .= "_" . int($i); rebuild_one($dir, $srpm, $status); write_status($local_spool, \%run, $srpm); + clean_chroot($chroot_tmp, \%run, $config); exit; } else { die "could not fork"; -- cgit v1.2.1