adjust container/cloud updates to use main branch of comps

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-04 08:44:55 -07:00
parent 9f4edbea83
commit 2d2d9b21b8
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-f35.xml',
'command': 'make comps-f35.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-f35.xml',
'command': 'make comps-f35.xml'
}