From cd40c56c38cd4cc6911be90940a0c3029efc5edb Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 27 Jan 2021 09:23:25 -0500 Subject: [PATCH] master to main change for f33 cloud and container configs Signed-off-by: Mohan Boddu --- 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 8eecfeb..e9a569e 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-f33.xml', 'command': 'make comps-f33.xml' } diff --git a/fedora-container.conf b/fedora-container.conf index 2ec9ce8..73b0105 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-f33.xml', 'command': 'make comps-f33.xml' }