diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-02 13:59:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-02 13:59:22 +0000 |
commit | ff04951224314b3d35a678fe2aaab8d3791f14fe (patch) | |
tree | 38807ca76673763f7b2ff9f03a35666e271cc7f4 /perl-install/install/pkgs.pm | |
parent | c19bb5d398128ad409437c6cfa8b6c0974456240 (diff) | |
download | drakx-ff04951224314b3d35a678fe2aaab8d3791f14fe.tar drakx-ff04951224314b3d35a678fe2aaab8d3791f14fe.tar.gz drakx-ff04951224314b3d35a678fe2aaab8d3791f14fe.tar.bz2 drakx-ff04951224314b3d35a678fe2aaab8d3791f14fe.tar.xz drakx-ff04951224314b3d35a678fe2aaab8d3791f14fe.zip |
(empty_packages) package signature checking is temporary disabled for now due to URPM always complaining
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r-- | perl-install/install/pkgs.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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"); |