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 = {
|
comps_file = {
|
||||||
'scm': 'git',
|
'scm': 'git',
|
||||||
'repo': 'https://pagure.io/fedora-comps.git',
|
'repo': 'https://pagure.io/fedora-comps.git',
|
||||||
'branch': 'master',
|
'branch': 'main',
|
||||||
'file': 'comps-epel8.xml',
|
'file': 'comps-epel8.xml',
|
||||||
'command': 'make comps-epel8.xml'
|
'command': 'make comps-epel8.xml'
|
||||||
}
|
}
|
||||||
module_defaults_dir = {
|
module_defaults_dir = {
|
||||||
'scm': 'git',
|
'scm': 'git',
|
||||||
'repo': 'https://pagure.io/releng/fedora-module-defaults.git',
|
'repo': 'https://pagure.io/releng/fedora-module-defaults.git',
|
||||||
'branch': 'master',
|
'branch': 'main',
|
||||||
'dir': '.'
|
'dir': '.'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user