From aaac78da530209d2a23b1c9b34b0918d4351961f Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 14 Mar 2017 08:42:36 +0100 Subject: [PATCH] Fix #417 - Do not validate koji tag for repo_from_tag - even the non-prefixed module tag should work there. --- module_build_service/builder.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/module_build_service/builder.py b/module_build_service/builder.py index 151e72ce..25d46ac6 100644 --- a/module_build_service/builder.py +++ b/module_build_service/builder.py @@ -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'.