diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-12-11 00:22:37 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-12-11 00:22:37 +0000 |
commit | 18910a103bfd86e7686d1a8d0f30f329e95131fc (patch) | |
tree | f7a9f10e3c5fa083d8aa024ad7ebdbfc9c9089f3 | |
parent | 63b713c78a3f3d1d2e53488f278001c76c2ea524 (diff) | |
download | iurt-18910a103bfd86e7686d1a8d0f30f329e95131fc.tar iurt-18910a103bfd86e7686d1a8d0f30f329e95131fc.tar.gz iurt-18910a103bfd86e7686d1a8d0f30f329e95131fc.tar.bz2 iurt-18910a103bfd86e7686d1a8d0f30f329e95131fc.tar.xz iurt-18910a103bfd86e7686d1a8d0f30f329e95131fc.zip |
Fix chroot cleaning
-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"; |