master to main change for f32 cloud and container configs

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2021-01-27 09:29:42 -05:00
parent 2ca5c2bd99
commit 8e6617567a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ bootable = False
comps_file = {
'scm': 'git',
'repo': 'https://pagure.io/fedora-comps.git',
'branch': 'master',
'branch': 'main',
'file': 'comps-f32.xml',
'command': 'make comps-f32.xml'
}

View File

@ -9,7 +9,7 @@ bootable = False
comps_file = {
'scm': 'git',
'repo': 'https://pagure.io/fedora-comps.git',
'branch': 'master',
'branch': 'main',
'file': 'comps-f32.xml',
'command': 'make comps-f32.xml'
}