<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/22820">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">debian-stretch-titan: prepare: run 'make deps'<br><br>Run 'make deps' in ttcn3-docker-prepare.sh, if needed.<br><br>Related: OS#5017<br>Change-Id: I9085203b27d310b63a035fd71f7c2a78d02710d4<br>---<br>M debian-stretch-titan/ttcn3-docker-prepare.sh<br>1 file changed, 7 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/20/22820/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/debian-stretch-titan/ttcn3-docker-prepare.sh b/debian-stretch-titan/ttcn3-docker-prepare.sh</span><br><span>index d7363f5..2b3cbd7 100755</span><br><span>--- a/debian-stretch-titan/ttcn3-docker-prepare.sh</span><br><span>+++ b/debian-stretch-titan/ttcn3-docker-prepare.sh</span><br><span>@@ -25,4 +25,11 @@</span><br><span> git rev-parse --abbrev-ref HEAD</span><br><span> git rev-parse HEAD</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# Update deps if Makefile changed since last 'make deps' (e.g. because</span><br><span style="color: hsl(120, 100%, 40%);">+# OSMO_TTCN3_BRANCH is different). The Dockerfile does the initial 'make deps'</span><br><span style="color: hsl(120, 100%, 40%);">+# and downloads /tmp/deps-Makefile.</span><br><span style="color: hsl(120, 100%, 40%);">+if ! diff -q /tmp/deps-Makefile deps/Makefile; then</span><br><span style="color: hsl(120, 100%, 40%);">+ make deps</span><br><span style="color: hsl(120, 100%, 40%);">+fi</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> make "$PROJECT"</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/22820">change 22820</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/docker-playground/+/22820"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I9085203b27d310b63a035fd71f7c2a78d02710d4 </div>
<div style="display:none"> Gerrit-Change-Number: 22820 </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>