mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 03:08:21 +08:00
Do not login when getting final mmds
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