#1642 Do not login when getting final mmds
Merged 3 years ago by mikem. Opened 3 years ago by breilly.
breilly/fm-orchestrator modulemdlogin-901  into  master

@@ -845,7 +845,7 @@ 

  

      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 = {}

no initial comment

pretty please pagure-ci rebuild

3 years ago

Commit 64c4d46 fixes this pull-request

Pull-Request has been merged by mikem

3 years ago