diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-10-03 23:54:58 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-10-04 00:03:28 +0100 |
commit | 171ad7c79eacd797a2aef0488a52069bb1ef8a62 (patch) | |
tree | 4fe5cec20e9f6bfe42a3ef0717050290d43f70e9 | |
parent | 0275644f46e2da4d80a01945ea43235018282349 (diff) | |
download | iurt-171ad7c79eacd797a2aef0488a52069bb1ef8a62.tar iurt-171ad7c79eacd797a2aef0488a52069bb1ef8a62.tar.gz iurt-171ad7c79eacd797a2aef0488a52069bb1ef8a62.tar.bz2 iurt-171ad7c79eacd797a2aef0488a52069bb1ef8a62.tar.xz iurt-171ad7c79eacd797a2aef0488a52069bb1ef8a62.zip |
Delete old commented code0.7.1
-rw-r--r-- | lib/Iurt/Urpmi.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index 837e858..5156c99 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -69,15 +69,6 @@ sub urpmi_command { # FIXME chrooted_urpmi should always use urpmi_root and not support local media $self->{use__urpmi_root} ? &set_command__urpmi_root : &set_command__use_distrib; -# CM: commented out -# this was causing rpm database corruption problems and the packages -# are already installed -# -# if (!install_packages($self, 'chroot', $chroot_tmp, $local_spool, {}, 'configure', "[ADMIN] installation of urpmi and sudo failed in the chroot $run->{my_arch}", { maintainer => $config->{admin}, check => 1 }, 'urpmi', 'sudo')) { -# $run->{chrooted_urpmi} = 0; -# return -# } - # Here should be added only the needed media for the given package # main/release -> main/release # main/testing -> main/release main/testing |