master to main change for f33 cloud and container configs

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2021-01-27 09:23:25 -05:00
parent 653e25833c
commit cd40c56c38
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-f33.xml',
'command': 'make comps-f33.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-f33.xml',
'command': 'make comps-f33.xml'
}