From 5ef2f4592b5b607e1142b50a40b2dc80934b4ba6 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 15 Jun 2020 22:03:14 +0000 Subject: Cleanup old comments --- iurt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/iurt b/iurt index f5b6048..c5b3d30 100755 --- a/iurt +++ b/iurt @@ -791,21 +791,12 @@ retry: plog('INFO', "Install build dependencies for $srpm"); my $path_srpm = "$chroot_tmp/home/$luser/rpmbuild/SRPMS/"; - # on x86_64 the rpm database is getting corrupted and sometimes - # rpm do not found anymore installed packages, retrying several - # time to be sure something is really broken - my $ok = $urpmi->install_packages($srpm, $chroot_tmp, $local_spool, 'install_deps', "[REBUILD] install of build dependencies of $srpm failed on $run{my_arch}", { maintainer => $maintainer }, "$path_srpm/$srpm"); if (!$ok) { $run{status}{$srpm} ||= 'install_deps_failure'; return $srpm; } - # try to workarround the rpm -qa db4 error(2) from dbcursor->c_get: - # No such file or directory - # system("sudo chroot $chroot_tmp rm -rf /var/lib/rpm/__db* &> /dev/null"); - # system("$sudo chroot $chroot_tmp rpm --rebuilddb &> /dev/null"); - perform_command("rpm --root $chroot_tmp -qa | sort", \%run, $config, logname => "rpm_qa", -- cgit v1.2.1