mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
Merge #423 Fix #417 - Do not validate koji tag for repo_from_tag - even the non-prefixed module tag should work there.
This commit is contained in:
@@ -667,7 +667,6 @@ chmod 644 %buildroot/%_rpmconfigdir/macros.d/macros.modules
|
||||
self.koji_session.cancelTask(task_id)
|
||||
|
||||
@classmethod
|
||||
@module_build_service.utils.validate_koji_tag('tag_name')
|
||||
def repo_from_tag(cls, config, tag_name, arch):
|
||||
"""
|
||||
:param config: instance of module_build_service.config.Config
|
||||
@@ -1096,7 +1095,6 @@ class CoprModuleBuilder(GenericBuilder):
|
||||
return {"name": self.tag_name}
|
||||
|
||||
@classmethod
|
||||
@module_build_service.utils.validate_koji_tag('tag_name')
|
||||
def repo_from_tag(cls, config, tag_name, arch):
|
||||
"""
|
||||
:param backend: a string representing the backend e.g. 'koji'.
|
||||
|
||||
Reference in New Issue
Block a user