From 2622967b1f127fceb53ec7b3922b0710693adec8 Mon Sep 17 00:00:00 2001 From: Oscar Barrios Date: Tue, 4 Mar 2025 11:05:04 +0100 Subject: [PATCH] Change container tools repo on Head, so it points to 5.1 Product definition --- backend_modules/libvirt/host/user_data.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend_modules/libvirt/host/user_data.yaml b/backend_modules/libvirt/host/user_data.yaml index 4c95e6c1f..19699f9ec 100644 --- a/backend_modules/libvirt/host/user_data.yaml +++ b/backend_modules/libvirt/host/user_data.yaml @@ -312,11 +312,10 @@ zypper: %{ if product_version == "head" } - id: container_tools_repo name: container_tools_repo - baseurl: http://${ use_mirror_images ? mirror : "download.opensuse.org" }/repositories/systemsmanagement:/Uyuni:/Master:/ContainerUtils/SLE-Micro55/ + baseurl: http://${ use_mirror_images ? mirror : "download.suse.de/ibs" }/Devel:/Galaxy:/Manager:/Head/images/repo/SUSE-Multi-Linux-Manager-Server-5.1-x86_64/ enabled: 1 autorefresh: 1 gpgcheck: false -# baseurl: http://${ use_mirror_images ? mirror : "download.suse.de/ibs" }/Devel:/Galaxy:/Manager:/Head/images/repo/SUSE-Multi-Linux-Manager-Server-5.1-x86_64/ %{ endif } %{ if product_version == "5.0-nightly" } - id: container_tools_repo