mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
Add missing docstring
This commit is contained in:
committed by
Ralph Bean
parent
8c65718daa
commit
6357afd43f
@@ -1031,6 +1031,15 @@ class MockModuleBuilder(GenericBuilder):
|
||||
|
||||
@classmethod
|
||||
def repo_from_tag(cls, config, tag_name, arch):
|
||||
"""
|
||||
:param backend: a string representing the backend e.g. 'koji'.
|
||||
:param config: instance of rida.config.Config
|
||||
:param tag_name: Tag for which the repository is returned
|
||||
:param arch: Architecture for which the repository is returned
|
||||
|
||||
Returns URL of repository containing the built artifacts for
|
||||
the tag with particular name and architecture.
|
||||
"""
|
||||
from copr.client import CoprClient
|
||||
|
||||
# @TODO get the correct user
|
||||
|
||||
Reference in New Issue
Block a user