osmith has uploaded this change for review.

View Change

repo-install-test: ignore eclipse-titan-optdir

The osmocom:latest repository now has eclipse-titan-optdir-9.0.0 and
eclipse-titan-optdir-11.1.0 packages, which allow installing multiple
titan versions side-by-side. The related -dbgsym packages can conflict
with the main eclipse-titan-dbgsym package. Ignore these packages in the
repo-install test.

Fixes:
Unpacking eclipse-titan-optdir-9.0.0-dbgsym (9.0.0~osmocom1.2263.c685) ...
dpkg: error processing archive /tmp/apt-dpkg-install-4XXdZ1/205-eclipse-titan-optdir-9.0.0-dbgsym_9.0.0~osmocom1.2263.c685_amd64.deb (--unpack):
trying to overwrite '/usr/lib/debug/.build-id/0a/072e12f92a7b564adec3a0896c18aa6c942391.debug', which is also in package eclipse-titan-dbgsym 9.0.0.3.0bbfc~osmocom

Related: https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian12/feed=latest,label=qemu/704/console
Change-Id: If761290f7ff6d30000ccd9327310f78cf90fe793
---
M scripts/repo-install-test/run-inside.sh
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/51/40451/1
diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh
index b76f4dc..0e549b0 100755
--- a/scripts/repo-install-test/run-inside.sh
+++ b/scripts/repo-install-test/run-inside.sh
@@ -328,6 +328,7 @@
libhyder*) ;;
limesuite*) ;;
soapysdr*-module-lms7*) ;;
+ eclipse-titan-optdir*) ;;

# Depends on specific verions 0.5.4.38.0847 of rtl-sdr, which
# we won't install

To view, visit change 40451. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If761290f7ff6d30000ccd9327310f78cf90fe793
Gerrit-Change-Number: 40451
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>