#693 Use repo_include_all to inherit all packages to buildroot once Koji https://pagure.io/koji/issue/588 is merged.
Merged 6 years ago by ralph. Opened 6 years ago by jkaluza.
jkaluza/fm-orchestrator koji-repo_include_all  into  master

@@ -653,6 +653,11 @@ 

  

          opts['extra'] = {

              'mock.package_manager': 'dnf',

+             # This is needed to include all the Koji builds (and therefore

+             # all the packages) from all inherited tags into this tag.

+             # See https://pagure.io/koji/issue/588 and

+             # https://pagure.io/fm-orchestrator/issue/660 for background.

+             'repo_include_all': True,

          }

  

          # edit tag with opts

no initial comment

Pull-Request has been merged by ralph

6 years ago