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
Tue Jul 31 16:25:01 UTC 2018


lynxis lazus has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/77/10277/1

diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index b616a8f..975127c 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -126,6 +126,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
+  cp osmo-trx-debian8-jessie/debian/control-debian8-jessie osmo-trx-debian8-jessie/debian/control
+  cp osmo-trx-debian8-jessie/debian/rules-debian8-jessie osmo-trx-debian8-jessie/debian/rules
+  cd osmo-trx-debian8-jessie/
+  git commit -m "snapshot: apply debian 8 rules/control modifications" debian/
+}
+
 build_osmocom() {
   BASE=$PWD
   DATA=$BASE/data
@@ -165,6 +175,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
@@ -180,6 +192,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: newchange
Gerrit-Change-Id: I8477b580976b376ee5abdde98a651d47199ef6d9
Gerrit-Change-Number: 10277
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180731/3f30d3a5/attachment.htm>


More information about the gerrit-log mailing list