add module defaults to the rawhide repo

Signed-off-by: Adam Samalik <asamalik@redhat.com>
This commit is contained in:
Adam Samalik 2018-04-12 13:09:16 +02:00
parent 71ed83fbd8
commit ece623afd1

View File

@ -13,6 +13,12 @@ comps_file = {
'file': 'comps-rawhide.xml', 'file': 'comps-rawhide.xml',
'command': 'make comps-rawhide.xml' 'command': 'make comps-rawhide.xml'
} }
module_defaults_dir = {
'scm': 'git',
'repo': 'https://pagure.io/releng/fedora-module-defaults.git',
'branch': 'master',
'dir': '.'
}
variants_file='variants-fedora.xml' variants_file='variants-fedora.xml'
sigkeys = ['429476B4'] sigkeys = ['429476B4']