From bd0219f65f4e0b130f11b24d0f5b3122cd6d81d9 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 6 Jan 2021 12:23:36 -0500 Subject: [PATCH] fedora-comps default branch is set to main Signed-off-by: Mohan Boddu --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index f1b91d205a..dfbc2d04f0 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -11,7 +11,7 @@ old_composes_per_release_type = True comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', - 'branch': 'master', # defaults to cvs/HEAD or git/master + 'branch': 'main', # defaults to cvs/HEAD or git/main 'file': 'comps-[[ release.branch ]].xml', 'command': 'make', }