From f96d7d221691e1cbe74d27c841a252da3e6935fe Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Aug 16 2023 18:07:41 +0000 Subject: Fix comps url, there are no branches Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 4ed6304..501e81a 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -11,7 +11,7 @@ ostree_installer_overwrite = True comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', - 'branch': 'f39', + 'branch': 'main', 'file': 'comps-f39.xml', 'command': 'make comps-f39.xml' }