<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11015">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">contrib: Use correct var to write repo name in git_hashes.txt<br><br>We want to write repo name in there, not $dep which actually doesn't<br>exist in local context of have_repo function. In most cases it's<br>actually the same because in almost all cases $dep is passed as $1 to<br>have_repo and thus is the same as local $repo. But in a few recipes<br>which don't use build_repo directly but instead use have_repo and build<br>manually, $dep may not point to $repo. That's the case for osmocom-bb<br>for instance. As a result, "libosmocore" is printed twice, were second<br>word should be "osmocom-bb".<br><br>Change-Id: I7a7db7cf4cc020295d216c60d6dc688f110916dc<br>---<br>M contrib/jenkins-build-common.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/15/11015/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/jenkins-build-common.sh b/contrib/jenkins-build-common.sh</span><br><span>index c2ffbb4..bfe8d73 100644</span><br><span>--- a/contrib/jenkins-build-common.sh</span><br><span>+++ b/contrib/jenkins-build-common.sh</span><br><span>@@ -92,7 +92,7 @@</span><br><span> </span><br><span>   git rev-parse HEAD</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  echo "$(git rev-parse HEAD) $dep" >> "$prefix_real/${name}_git_hashes.txt"</span><br><span style="color: hsl(120, 100%, 40%);">+  echo "$(git rev-parse HEAD) $repo" >> "$prefix_real/${name}_git_hashes.txt"</span><br><span> </span><br><span>   cd "$base"</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11015">change 11015</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/11015"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gsm-tester </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I7a7db7cf4cc020295d216c60d6dc688f110916dc </div>
<div style="display:none"> Gerrit-Change-Number: 11015 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>