<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/22915">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">repo-install-test: apt: always use OBS repo<br><br>Tell apt explicitly to install packages from the OBS repository, to fix<br>this error for repo-install-test with nightly on debian 10:<br><br>osmo-gbproxy-dbg : Depends: osmo-gbproxy (= 0.0.1.17.2689c) but 1.3.0-2 is to be installed<br><br>Apt will otherwise try to install osmo-gbproxy from debian 10's<br>repositories (higher version 1.3.0 > 0.0.1.x), and fail with the<br>conflict error, because installing osmo-gbproxy-dbg was also requested.<br>The dbg package is only available in OBS and depends on osmo-gbproxy of<br>the same version.<br><br>Related: OS#4992<br>Change-Id: If7cd254133b44eb9ec204c80095fc25f4a0e6d83<br>---<br>M scripts/repo-install-test/run-inside-docker.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/15/22915/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh</span><br><span>index f05f01c..6e90a57 100755</span><br><span>--- a/scripts/repo-install-test/run-inside-docker.sh</span><br><span>+++ b/scripts/repo-install-test/run-inside-docker.sh</span><br><span>@@ -287,7 +287,7 @@</span><br><span>                > osmocom_packages_all.txt</span><br><span> </span><br><span>    filter_packages_txt</span><br><span style="color: hsl(0, 100%, 40%);">-     apt install -y $(cat osmocom_packages.txt)</span><br><span style="color: hsl(120, 100%, 40%);">+    apt install -y -t "$DISTRO_OBSDIR" $(cat osmocom_packages.txt)</span><br><span> }</span><br><span> </span><br><span> install_repo_packages_centos() {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/22915">change 22915</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ci/+/22915"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: If7cd254133b44eb9ec204c80095fc25f4a0e6d83 </div>
<div style="display:none"> Gerrit-Change-Number: 22915 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>