osmith has uploaded this change for review.
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
---
M scripts/repo-install-test.sh
1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/56/29156/1
diff --git a/scripts/repo-install-test.sh b/scripts/repo-install-test.sh
index 6b14cf2..d34cf6e 100755
--- a/scripts/repo-install-test.sh
+++ b/scripts/repo-install-test.sh
@@ -50,10 +50,6 @@
;;
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"
To view, visit change 29156. To unsubscribe, or for help writing mail filters, visit settings.