diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-27 04:05:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-27 04:05:44 +0000 |
commit | 47f8dda3bfb5786615f047152102dcde8750bddd (patch) | |
tree | 8cdd3de56e3ffff031c9fe12abfa9c7ca5a7e916 /iurt2 | |
parent | 52dc0a0d04bd2b6d59d3edd5b0935501a62a1c22 (diff) | |
download | iurt-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-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |