From ff04951224314b3d35a678fe2aaab8d3791f14fe Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 2 Mar 2009 13:59:22 +0000 Subject: (empty_packages) package signature checking is temporary disabled for now due to URPM always complaining --- perl-install/install/pkgs.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install') diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index af4f8d6c5..c7ad61b13 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -722,6 +722,9 @@ sub _install_raw { local $packages->{error} = \&log::l; local $packages->{debug} = \&log::l; + # FIXME: package signature checking is disabled for now due to URPM always complaining + local $packages->{options}{'verify-rpm'} = 0; + my ($retry, $retry_count); log::l("rpm transactions start"); -- cgit v1.2.1