mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-02 18:28:52 +08:00
Fix out-dated comment to KojiModuleBuilder.module_build_tag
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
@@ -178,7 +178,8 @@ class KojiModuleBuilder(GenericBuilder):
|
||||
|
||||
# These eventually get populated by calling _connect and __prep is set to True
|
||||
self.module_tag = None # string
|
||||
self.module_build_tag = None # string
|
||||
# A dict containing tag info returned from Koji API getTag.
|
||||
self.module_build_tag = None
|
||||
self.module_target = None # A koji target dict
|
||||
|
||||
self.build_priority = config.koji_build_priority
|
||||
|
||||
Reference in New Issue
Block a user