This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/22915 )
Change subject: repo-install-test: apt: always use OBS repo
......................................................................
repo-install-test: apt: always use OBS repo
Tell apt explicitly to install packages from the OBS repository, to fix
this error for repo-install-test with nightly on debian 10:
osmo-gbproxy-dbg : Depends: osmo-gbproxy (= 0.0.1.17.2689c) but 1.3.0-2 is to be installed
Apt will otherwise try to install osmo-gbproxy from debian 10's
repositories (higher version 1.3.0 > 0.0.1.x), and fail with the
conflict error, because installing osmo-gbproxy-dbg was also requested.
The dbg package is only available in OBS and depends on osmo-gbproxy of
the same version.
Related: OS#4992
Change-Id: If7cd254133b44eb9ec204c80095fc25f4a0e6d83
---
M scripts/repo-install-test/run-inside-docker.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/15/22915/1
diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh
index f05f01c..6e90a57 100755
--- a/scripts/repo-install-test/run-inside-docker.sh
+++ b/scripts/repo-install-test/run-inside-docker.sh
@@ -287,7 +287,7 @@
> osmocom_packages_all.txt
filter_packages_txt
- apt install -y $(cat osmocom_packages.txt)
+ apt install -y -t "$DISTRO_OBSDIR" $(cat osmocom_packages.txt)
}
install_repo_packages_centos() {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/22915
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If7cd254133b44eb9ec204c80095fc25f4a0e6d83
Gerrit-Change-Number: 22915
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210215/f50cd2cd/attachment.htm>