<p>osmith <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/18480">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  osmith: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">scripts: source common.sh before cd<br><br>common.sh tries to set OSMO_CI_DIR now; however this does not work when<br>common.sh was sourced with ". ./common.sh":<br><br>     realpath: scripts/..: No such file or directory<br><br>Fixes: 7cb8e2d0 ("OBS: add debian10 specific patch for limesuite")<br>Related: https://jenkins.osmocom.org/jenkins/job/Osmocom-build-tags-against-master/455/console<br>Change-Id: Ib326eb0fa769528398335c9cf06dc9c9576c882e<br>---<br>M scripts/osmocom-build-old-tags-against-master.sh<br>M scripts/osmocom-release-tarballs.sh<br>2 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/scripts/osmocom-build-old-tags-against-master.sh b/scripts/osmocom-build-old-tags-against-master.sh</span><br><span>index 58a0009..e7e6bff 100755</span><br><span>--- a/scripts/osmocom-build-old-tags-against-master.sh</span><br><span>+++ b/scripts/osmocom-build-old-tags-against-master.sh</span><br><span>@@ -7,8 +7,8 @@</span><br><span> # Latest result:</span><br><span> # https://jenkins.osmocom.org/jenkins/job/Osmocom-build-tags-against-master/lastBuild/console</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+. "$(dirname "$0")/common.sh"</span><br><span> cd "$(dirname "$0")"</span><br><span style="color: hsl(0, 100%, 40%);">-. ./common.sh</span><br><span> ERROR_LOGS=""</span><br><span> PARALLEL_MAKE="${PARALLEL_MAKE:--j5}"</span><br><span> </span><br><span>diff --git a/scripts/osmocom-release-tarballs.sh b/scripts/osmocom-release-tarballs.sh</span><br><span>index b9d21c3..3f8b920 100755</span><br><span>--- a/scripts/osmocom-release-tarballs.sh</span><br><span>+++ b/scripts/osmocom-release-tarballs.sh</span><br><span>@@ -7,8 +7,8 @@</span><br><span> # * KEEP_TEMP: do not delete cloned repositories (use for development)</span><br><span> # * PARALLEL_MAKE: -jN argument for make (default: -j5).</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+. "$(dirname "$0")/common.sh"</span><br><span> cd "$(dirname "$0")"</span><br><span style="color: hsl(0, 100%, 40%);">-. ./common.sh</span><br><span> PARALLEL_MAKE="${PARALLEL_MAKE:--j5}"</span><br><span> OUTPUT="$(cd ..; pwd)/_release_tarballs"</span><br><span> TEMP="$(cd ..; pwd)/_temp"</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/18480">change 18480</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/+/18480"/><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: Ib326eb0fa769528398335c9cf06dc9c9576c882e </div>
<div style="display:none"> Gerrit-Change-Number: 18480 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>