mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 11:20:00 +08:00
Workaround missing module_build_tag in copr
This commit is contained in:
@@ -977,6 +977,11 @@ class CoprModuleBuilder(GenericBuilder):
|
||||
# @FIXME
|
||||
return KojiModuleBuilder.get_disttag_srpm(disttag)
|
||||
|
||||
@property
|
||||
def module_build_tag(self):
|
||||
# Workaround koji specific code in modules.py
|
||||
return {"name": self.tag_name}
|
||||
|
||||
@classmethod
|
||||
def repo_from_tag(cls, config, tag_name, arch):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user