1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 05:08:42 +02:00

turn on built in signature check

This commit is contained in:
Ludwig Nussel
2010-08-03 16:52:46 +02:00
parent def93eb9d9
commit d3a4119bc8

View File

@@ -318,8 +318,7 @@ def verify_pacs(pac_list, key_list):
In case of failure, exit.
"""
# XXX: remove if new code stable
if not conf.config.get('builtin_signature_check', False):
if not conf.config.get('builtin_signature_check', True):
return verify_pacs_old(pac_list)
if not pac_list: