From 2d2d9b21b8bead0d1c1b4a6694278fcaab5bc3bd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 4 May 2021 08:44:55 -0700 Subject: [PATCH] adjust container/cloud updates to use main branch of comps Signed-off-by: Kevin Fenzi --- fedora-cloud.conf | 2 +- fedora-container.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora-cloud.conf b/fedora-cloud.conf index c22c47b..4375005 100644 --- a/fedora-cloud.conf +++ b/fedora-cloud.conf @@ -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' } diff --git a/fedora-container.conf b/fedora-container.conf index 056280e..13fff88 100644 --- a/fedora-container.conf +++ b/fedora-container.conf @@ -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' }