From 4cb6289b516ab9f7d57e1d259686a63384859739 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 18 Aug 2022 14:00:19 +0200 Subject: [PATCH] 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 --- scripts/repo-install-test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/repo-install-test.sh b/scripts/repo-install-test.sh index 6b14cf2e..d34cf6e3 100755 --- a/scripts/repo-install-test.sh +++ b/scripts/repo-install-test.sh @@ -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"