diff options
author | Pascal Terjan <pterjan@mageia.org> | 2020-06-15 21:19:23 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-06-15 21:20:01 +0000 |
commit | e801a2771cabad3872479e75c83b439d3825b944 (patch) | |
tree | f788821b9bf884b32d2ea708fdb8c27ddb5ced29 /lib/Iurt | |
parent | d0d6c8c6a2e3829dd20d9e591dc6ec138ce7dec1 (diff) | |
download | iurt-e801a2771cabad3872479e75c83b439d3825b944.tar iurt-e801a2771cabad3872479e75c83b439d3825b944.tar.gz iurt-e801a2771cabad3872479e75c83b439d3825b944.tar.bz2 iurt-e801a2771cabad3872479e75c83b439d3825b944.tar.xz iurt-e801a2771cabad3872479e75c83b439d3825b944.zip |
Move the updating of packages later
The creation of chroot is a mess with various retries, so do it as late
as possible when there is no way something gets changed again.
Diffstat (limited to 'lib/Iurt')
-rw-r--r-- | lib/Iurt/Chroot.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index f0cf512..85b06c4 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -102,11 +102,6 @@ sub clean_and_build_chroot { } } - # We may have media not used to create the chroot (when building for updates_testing - # or if using additional_media) so need to update basesystem packages. - my $urpmi = $run->{urpmi}; - $urpmi->update($chroot); - 1; } |