epel8-playground: fix config to use main.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-01-28 12:29:14 -08:00
parent 377cbf7c2a
commit 8779b574bf

View File

@ -8,14 +8,14 @@ release_is_layered = False
comps_file = {
'scm': 'git',
'repo': 'https://pagure.io/fedora-comps.git',
'branch': 'master',
'branch': 'main',
'file': 'comps-epel8.xml',
'command': 'make comps-epel8.xml'
}
module_defaults_dir = {
'scm': 'git',
'repo': 'https://pagure.io/releng/fedora-module-defaults.git',
'branch': 'master',
'branch': 'main',
'dir': '.'
}