Change in osmo-ci[master]: obs-nightly: introduce osmo-trx-debian8-jessie

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Fri Aug 10 00:43:58 UTC 2018


lynxis lazus has submitted this change and it was merged. ( https://gerrit.osmocom.org/10277 )

Change subject: obs-nightly: introduce osmo-trx-debian8-jessie
......................................................................

obs-nightly: introduce osmo-trx-debian8-jessie

A compatible package for debian8 as it does not support limesdr.
This patch depend on: I261302d2ed16e76540073589504e7426e23d00a1

Change-Id: I8477b580976b376ee5abdde98a651d47199ef6d9
---
M scripts/osmocom-nightly-packages.sh
1 file changed, 13 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  lynxis lazus: Verified



diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index f2bf9b1..88b6812 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -134,6 +134,16 @@
   git checkout "$TAG"
 }
 
+create_osmo_trx_debian8_jessie() {
+  # The package must be already checked out via `checkout osmo-trx`
+  cd "$REPO"
+  cp -a osmo-trx osmo-trx-debian8-jessie
+  cd osmo-trx-debian8-jessie/
+  patch -p1 < debian/patches/build-for-debian8.patch
+  git commit -m 'auto-commit: allow debian8 to build' debian/
+  cd ..
+}
+
 build_osmocom() {
   BASE=$PWD
   DATA=$BASE/data
@@ -173,6 +183,8 @@
   checkout rtl-sdr
   checkout osmo-fl2k
 
+  create_osmo_trx_debian8_jessie
+
   build limesuite no_commit --git-upstream-tree=01e2d00c5005b85d1f94cca02881756a72e35e2a
   build libosmocore
   build libosmo-sccp
@@ -188,6 +200,7 @@
   build openbsc
   build osmo-pcap
   build osmo-trx
+  build osmo-trx-debian8-jessie
   build osmo-sip-connector
   build osmo-bts
   build osmo-pcu

-- 
To view, visit https://gerrit.osmocom.org/10277
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8477b580976b376ee5abdde98a651d47199ef6d9
Gerrit-Change-Number: 10277
Gerrit-PatchSet: 3
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180810/2a936c69/attachment.htm>


More information about the gerrit-log mailing list