Skip to content

Commit

Permalink
Merge pull request os-autoinst#5275 from okurz/fix/bootstrap_leap_rep…
Browse files Browse the repository at this point in the history
…o_prio

openqa-bootstrap: Align Leap repo priorities with documentation
  • Loading branch information
mergify[bot] authored Aug 8, 2023
2 parents a115c79 + 198c91f commit 9ffc35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/openqa-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9ffc35b

Please sign in to comment.