mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-11-14 00:41:28 +00:00
different callback method
This commit is contained in:
parent
ad419b0caf
commit
8132fe9d2c
@ -34,6 +34,7 @@ testing_tag = CONFIG.get('signing', 'testing_tag')
|
||||
send_to_testing = CONFIG.get('signing', 'send_to_testing')
|
||||
sigul_config = CONFIG.get('signing', 'sigul_config')
|
||||
|
||||
@callback('postTag')
|
||||
def key_signing(cbtype, *args, **kws):
|
||||
# Make sure this is a package build and nothing else
|
||||
if kws['tag']['name'] not in build_target:
|
||||
@ -92,4 +93,4 @@ def key_signing_rpm(rpm_name):
|
||||
logging.getLogger('koji.plugin.key_signing').info('running sigul command: %s',command)
|
||||
run_sigul(command)
|
||||
|
||||
register_callback('postTag',key_signing)
|
||||
#register_callback('postTag',key_signing)
|
||||
|
Loading…
Reference in New Issue
Block a user