Merge #693 Use repo_include_all to inherit all packages to buildroot once Koji https://pagure.io/koji/issue/588 is merged.

This commit is contained in:
Ralph Bean
2017-09-18 12:36:29 +00:00

View File

@@ -653,6 +653,11 @@ chmod 644 %buildroot/%_rpmconfigdir/macros.d/macros.modules
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