repo-install-test: don't use next repository

For the conflict test, don't attempt to install packages from the next
feed for centos8. This was useful when we didn't have binary packages
for centos8 for latest yet, but we have them now. The next feed existed
temporarily and isn't updated anymore for a long time. We did not add it
to obs.osmocom.org.

This is in preparation for adjusting repo-install-test to use packages
from obs.osmocom.org, where we don't have a next feed.

Change-Id: I73a6c051c423eb30ddeab1688fc78fe959e60cf4
This commit is contained in:
Oliver Smith 2022-08-18 14:00:19 +02:00 committed by osmith
parent 77a43042c0
commit 4cb6289b51
1 changed files with 0 additions and 4 deletions

View File

@ -50,10 +50,6 @@ if [ -z "$PROJ_CONFLICT" ]; then
;;
nightly)
PROJ_CONFLICT="network:osmocom:latest"
if [ "$DISTRO" = "centos8" ]; then
# Doesn't have packages built for "latest" yet
PROJ_CONFLICT="network:osmocom:next"
fi
;;
next)
PROJ_CONFLICT="network:osmocom:nightly"