<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/10354">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved; Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmocom-latest-packages: Add .tar.xz for new packages<br><br>If a new package is uploaded to OBS, prior to this change,<br>only the .dsc file is uploaded, not the actual .tar.xz containing<br>the source code.  Let's fix that.<br><br>Change-Id: Id1c9e6d112781004238a516b24dd446af0beb95a<br>---<br>M scripts/osmocom-latest-packages.sh<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh</span><br><span>index 3d4f340..1d122aa 100755</span><br><span>--- a/scripts/osmocom-latest-packages.sh</span><br><span>+++ b/scripts/osmocom-latest-packages.sh</span><br><span>@@ -43,6 +43,7 @@</span><br><span>     # creating a new package is different from using old ones</span><br><span>     mkdir "$TOP/$PROJ/$1"</span><br><span>     mv "$output/"*.dsc "$TOP/$PROJ/$1/"</span><br><span style="color: hsl(120, 100%, 40%);">+    mv "$output/"*.tar* "$TOP/$PROJ/$1/"</span><br><span>     cd "$TOP/$PROJ"</span><br><span>     osc add "$1"</span><br><span>   else</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10354">change 10354</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/10354"/><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-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Id1c9e6d112781004238a516b24dd446af0beb95a </div>
<div style="display:none"> Gerrit-Change-Number: 10354 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>