<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/18480">View Change</a></p><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;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/80/18480/1</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: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>