<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/23316">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">make/Makefile: use git to get the project's root directory<br><br>Change-Id: I87a425515692e62df7b593a3c2a5b88a765d217d<br>---<br>M make/Makefile<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/16/23316/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/make/Makefile b/make/Makefile</span><br><span>index 5280bef..f149291 100644</span><br><span>--- a/make/Makefile</span><br><span>+++ b/make/Makefile</span><br><span>@@ -41,7 +41,8 @@</span><br><span> OSMOCOM_REPO_VERSION?=latest</span><br><span> # Use "nightly" to use the nightly repo</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-release-support</span><br><span style="color: hsl(120, 100%, 40%);">+ROOT_DIR=$(shell git rev-parse --show-toplevel)</span><br><span style="color: hsl(120, 100%, 40%);">+RELEASE_SUPPORT := $(ROOT_DIR)/make/.make-release-support</span><br><span> IMAGE?=$(REGISTRY_HOST)/$(USER)/$(NAME)</span><br><span> </span><br><span> VERSION?=$(shell . $(RELEASE_SUPPORT) ; getRelease)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/23316">change 23316</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/+/23316"/><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: I87a425515692e62df7b593a3c2a5b88a765d217d </div>
<div style="display:none"> Gerrit-Change-Number: 23316 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>