mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-09 21:59:58 +08:00
PR#1642: Do not login when getting final mmds
Merges #1642 https://pagure.io/fm-orchestrator/pull-request/1642
This commit is contained in:
@@ -845,7 +845,7 @@ class KojiContentGenerator(object):
|
||||
|
||||
def get_final_mmds(self):
|
||||
# Returns dict of finalized mmds. Used to generate final modulemd files for scratch builds.
|
||||
session = get_session(self.config)
|
||||
session = get_session(self.config, login=False)
|
||||
self._load_koji_tag(session)
|
||||
|
||||
finalmmds = {}
|
||||
|
||||
Reference in New Issue
Block a user