aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-27 04:05:44 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-27 04:05:44 +0000
commit47f8dda3bfb5786615f047152102dcde8750bddd (patch)
tree8cdd3de56e3ffff031c9fe12abfa9c7ca5a7e916 /iurt2
parent52dc0a0d04bd2b6d59d3edd5b0935501a62a1c22 (diff)
downloadiurt-47f8dda3bfb5786615f047152102dcde8750bddd.tar
iurt-47f8dda3bfb5786615f047152102dcde8750bddd.tar.gz
iurt-47f8dda3bfb5786615f047152102dcde8750bddd.tar.bz2
iurt-47f8dda3bfb5786615f047152102dcde8750bddd.tar.xz
iurt-47f8dda3bfb5786615f047152102dcde8750bddd.zip
(clean_and_build_chroot) split it out of clean_chroot()
=> one less argument to clean_chroot() (death to warlism where one add parameters to functions to make them change behaviour depending on them...)
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index bdf94e2..e8b5174 100755
--- a/iurt2
+++ b/iurt2
@@ -1076,7 +1076,7 @@ retry:
} while $rebuild;
if (!$run{debug} && !$run{use_old_chroot}) {
- clean_chroot($chroot_tmp, $chroot_ref, \%run, $config, 1);
+ clean_chroot($chroot_tmp, $chroot_ref, \%run, $config);
}
plog("reprocess generated packages queue");
process_queue($config, \%run, \@wrong_rpm);