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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">OBS: build osmo-gsm-manuals-dev in latest<br><br>Enable in osmocom-latest-packages.sh. Check it out and create the source<br>package for the latest release as usually, but also create a second<br>version for debian 8 with adjusted dependencies (like in nightly [1]).<br><br>[1] Change-Id: I3570599ede51b974d350064f44f77e360fafd8b0<br><br>Related: OS#3899<br>Change-Id: Ib7251cca9116151e473798879375cd5eb48ff3ad<br>---<br>M scripts/osmocom-latest-packages.sh<br>1 file changed, 21 insertions(+), 1 deletion(-)<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 58b4a9f..543c43a 100755</span><br><span>--- a/scripts/osmocom-latest-packages.sh</span><br><span>+++ b/scripts/osmocom-latest-packages.sh</span><br><span>@@ -58,6 +58,22 @@</span><br><span>   git checkout -f -B "$VER" "refs/tags/$VER"</span><br><span> }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# Copy an already checked out repository dir and apply its debian 8 patch.</span><br><span style="color: hsl(120, 100%, 40%);">+# $1: Osmocom repository</span><br><span style="color: hsl(120, 100%, 40%);">+checkout_copy_debian8_jessie() {</span><br><span style="color: hsl(120, 100%, 40%);">+  echo</span><br><span style="color: hsl(120, 100%, 40%);">+  echo "====> Checking out $1-debian8-jessie"</span><br><span style="color: hsl(120, 100%, 40%);">+  cd "$TOP"</span><br><span style="color: hsl(120, 100%, 40%);">+  if [ -d "$1-debian8-jessie" ]; then</span><br><span style="color: hsl(120, 100%, 40%);">+    rm -rf "$1-debian8-jessie"</span><br><span style="color: hsl(120, 100%, 40%);">+  fi</span><br><span style="color: hsl(120, 100%, 40%);">+  cp -a "$1" "$1-debian8-jessie"</span><br><span style="color: hsl(120, 100%, 40%);">+  cd "$1-debian8-jessie"</span><br><span style="color: hsl(120, 100%, 40%);">+  patch -p1 < debian/patches/build-for-debian8.patch</span><br><span style="color: hsl(120, 100%, 40%);">+  git commit --amend --no-edit debian/</span><br><span style="color: hsl(120, 100%, 40%);">+  cd ..</span><br><span style="color: hsl(120, 100%, 40%);">+}</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> build() {</span><br><span>   project=$1</span><br><span>   gitbpargs="$2"</span><br><span>@@ -101,12 +117,12 @@</span><br><span> # add those once they have tagged any versions that include the 'debian' sub-dir:</span><br><span> #rtl-sdr</span><br><span> #osmo-fl2k</span><br><span style="color: hsl(0, 100%, 40%);">-#osmo-gsm-manuals</span><br><span> </span><br><span> build_osmocom() {</span><br><span>   prepare</span><br><span> </span><br><span>   checkout limesuite</span><br><span style="color: hsl(120, 100%, 40%);">+  checkout osmo-gsm-manuals</span><br><span>   checkout libosmocore</span><br><span>   checkout libosmo-sccp</span><br><span>   checkout libosmo-abis</span><br><span>@@ -134,7 +150,11 @@</span><br><span>   # TODO: enable once libosmo-abis > 0.6.0 is available (IPA keepalive FSM)</span><br><span>   # checkout osmo-remsim</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+  checkout_copy_debian8_jessie "osmo-gsm-manuals"</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>   build limesuite --git-upstream-tree="$(get_last_tag limesuite)"</span><br><span style="color: hsl(120, 100%, 40%);">+  build osmo-gsm-manuals</span><br><span style="color: hsl(120, 100%, 40%);">+  build osmo-gsm-manuals-debian8-jessie</span><br><span>   build libosmocore</span><br><span>   build libosmo-sccp</span><br><span>   build libosmo-abis</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14244">change 14244</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/14244"/><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: Ib7251cca9116151e473798879375cd5eb48ff3ad </div>
<div style="display:none"> Gerrit-Change-Number: 14244 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>