diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | iurt | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 @@ -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"; |