<p>laforge <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/17248">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmocom-nightly/latest: Build open5gs<br><br>This is unfortunately harder than expected.  The problem is the use<br>of meson external dependencies using 'wrap', specifically for<br>freeDiameter.<br><br>As a debian source package needs to include the entire source, the<br>dpkg helpers are calling 'meson --wrap-mode=nodownload' at build time.<br><br>This in turn requires us to download the freeDiameter after the git<br>clone of open5gs.  Unfortunately this creates a git checkout in a<br>sub directory of the open5gs repo, which is not part of the git history.<br><br>git-buildpackage hence generates a source tarball *without*<br>freeDiameter.  I tried very hard in several methods like<br>* git commit subprojects/freeDiameter<br>* adding subprojects/freeDiameter as git submodule<br>unfortuantely none of them helped.<br><br>In the end, I resorted to using 'dpkg-buildpackage' instead of<br>'git-buildpackage' (gbp), which then has other disadvantages,<br>such as not being able to determine the output directory to which<br>the .tar.* and .dsc files are written to.<br><br>In the end, the solution implemented here is the only one I could<br>make work.<br><br>Change-Id: I6752288868e5ee1378c0776b1be9f06750017c41<br>---<br>M scripts/osmocom-latest-packages.sh<br>M scripts/osmocom-nightly-packages.sh<br>2 files changed, 31 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/48/17248/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/17248">change 17248</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/+/17248"/><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: I6752288868e5ee1378c0776b1be9f06750017c41 </div>
<div style="display:none"> Gerrit-Change-Number: 17248 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>