mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2025-08-17 10:18:00 +02:00
correct callback
This commit is contained in:
@@ -11,7 +11,7 @@ from kojihub import dist_repo_init, make_task, readTaggedRPMS, write_signed_rpm
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
@callback('postTag')
|
@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')
|
logger = logging.getLogger('koji.plugin.tag2distrepo_sme')
|
||||||
|
|
||||||
if not tag['extra'].get("tag2distrepo.enabled"):
|
if not tag['extra'].get("tag2distrepo.enabled"):
|
||||||
|
Reference in New Issue
Block a user