mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 09:07:29 +01:00
correct callback
This commit is contained in:
parent
44279dac7d
commit
82d4e7237e
@ -11,7 +11,7 @@ from kojihub import dist_repo_init, make_task, readTaggedRPMS, write_signed_rpm
|
||||
import logging
|
||||
|
||||
@callback('postTag')
|
||||
def tag2distrepo(cbtype, tag, build, user, force=False):
|
||||
def tag2distrepo_sme(cbtype, tag, build, user, force=False):
|
||||
logger = logging.getLogger('koji.plugin.tag2distrepo_sme')
|
||||
|
||||
if not tag['extra'].get("tag2distrepo.enabled"):
|
||||
|
Loading…
Reference in New Issue
Block a user