aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xiurt1
2 files changed, 3 insertions, 0 deletions
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";