summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-24 16:13:57 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-24 16:13:57 +0000
commit5b02b5c34b591b8db32ba0889c0d6c1e7e0010b2 (patch)
tree21f3f9f19b37af5716f58ea9a9ded246adde6833
parentdeaaee9f193b396cdb2801713385ca01836f9e96 (diff)
downloadurpmi-5b02b5c34b591b8db32ba0889c0d6c1e7e0010b2.tar
urpmi-5b02b5c34b591b8db32ba0889c0d6c1e7e0010b2.tar.gz
urpmi-5b02b5c34b591b8db32ba0889c0d6c1e7e0010b2.tar.bz2
urpmi-5b02b5c34b591b8db32ba0889c0d6c1e7e0010b2.tar.xz
urpmi-5b02b5c34b591b8db32ba0889c0d6c1e7e0010b2.zip
(_check) remove doble test
should have been removed in previous-previous commit r5394
-rw-r--r--urpm/signature.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/signature.pm b/urpm/signature.pm
index a77a0d6a..7a18985a 100644
--- a/urpm/signature.pm
+++ b/urpm/signature.pm
@@ -51,7 +51,6 @@ sub _check {
$urpm->{log}(N("NOT checking %s\n", $filepath));
next;
}
- next if defined $medium->{'verify-rpm'} && !$medium->{'verify-rpm'};
my $key_ids = $medium->{'key-ids'} || $urpm->{options}{'key-ids'};
#- check that the key ids of the medium match the key ids of the package.