From 47f8dda3bfb5786615f047152102dcde8750bddd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Aug 2012 04:05:44 +0000 Subject: (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...) --- iurt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iurt2') 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); -- cgit v1.2.1