epel8-playground: fix config to use main.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
377cbf7c2a
commit
8779b574bf
@ -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': '.'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user