aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-12-11 00:22:37 +0000
committerPascal Terjan <pterjan@mageia.org>2012-12-11 00:22:37 +0000
commit18910a103bfd86e7686d1a8d0f30f329e95131fc (patch)
treef7a9f10e3c5fa083d8aa024ad7ebdbfc9c9089f3 /iurt
parent63b713c78a3f3d1d2e53488f278001c76c2ea524 (diff)
downloadiurt-18910a103bfd86e7686d1a8d0f30f329e95131fc.tar
iurt-18910a103bfd86e7686d1a8d0f30f329e95131fc.tar.gz
iurt-18910a103bfd86e7686d1a8d0f30f329e95131fc.tar.bz2
iurt-18910a103bfd86e7686d1a8d0f30f329e95131fc.tar.xz
iurt-18910a103bfd86e7686d1a8d0f30f329e95131fc.zip
Fix chroot cleaning
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt1
1 files changed, 1 insertions, 0 deletions
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";