From e828a78a26910bc7becafc55df7aac436160dfa8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 28 Jun 2023 07:50:02 -0700 Subject: [PATCH] toolbox: use normal rawhide Everything repo This section is for released fedoras with updates/base repo, for rawhide, we just pass pungi "Everything" and it does the magic. Signed-off-by: Kevin Fenzi --- fedora.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/fedora.conf b/fedora.conf index 8535bd5..4f316c7 100644 --- a/fedora.conf +++ b/fedora.conf @@ -284,11 +284,8 @@ image_build = { 'distro': 'Fedora-22', 'disk_size': 5, 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'], - 'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/39/latest-Fedora-39/compose/Everything/$arch/os/', - 'repo': [ - 'https://kojipkgs.fedoraproject.org/compose/updates/f39-updates/compose/Everything/$arch/os/' - 'https://kojipkgs.fedoraproject.org/compose/39/latest-Fedora-39/compose/Everything/$arch/os/' - ], + 'repo': 'Everything', + 'install_tree_from': 'Everything', 'subvariant': 'Container_Toolbox', 'failable': ['s390x'], },