From 198c91f69f81a701716d9fd4f573fbd5ffa0a61f Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Tue, 8 Aug 2023 09:02:41 +0200 Subject: [PATCH] openqa-bootstrap: Align Leap repo priorities with documentation The Leap version specific sub-repo should be preferred over the main devel:openQA repo so that version-specific package updates can be supplied and are preferred. This change also aligns the priority values with the one we have in documentation. --- script/openqa-bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/openqa-bootstrap b/script/openqa-bootstrap index 8cea841d3a4..e48cd6a67d2 100755 --- a/script/openqa-bootstrap +++ b/script/openqa-bootstrap @@ -20,8 +20,8 @@ fi if [ "$NAME" = "openSUSE Leap" ]; then # avoid using `obs://…` URL to workaround https://bugzilla.opensuse.org/show_bug.cgi?id=1187425 repobase=https://download.opensuse.org/repositories/devel:/openQA - zypper -n addrepo -p 90 "$repobase/${VERSION}" 'devel:openQA' - zypper -n addrepo -p 91 "$repobase:/Leap:/${VERSION}/${VERSION}" "devel:openQA:Leap:${VERSION}" + zypper -n addrepo -p 95 "$repobase/${VERSION}" 'devel:openQA' + zypper -n addrepo -p 90 "$repobase:/Leap:/${VERSION}/${VERSION}" "devel:openQA:Leap:${VERSION}" zypper -n --gpg-auto-import-keys refresh fi