Add missing docstring

This commit is contained in:
Jakub Kadlčík
2016-11-05 11:00:15 +01:00
committed by Ralph Bean
parent 8c65718daa
commit 6357afd43f

View File

@@ -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