This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via d4806db1e59a9e205e323a3fe5aa8a39379ee13d (commit)
via 71ad40c647c09e232e94eb4b2accd68db441d95a (commit)
via 5b87144f91f86310073d6652c12fa717746ed8ba (commit)
from d5971d0681d5e9fb27c1c2c97e943f9d9e8cb2f8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=d4806db1e59a9e205e323a3fe5aa8a3…
commit d4806db1e59a9e205e323a3fe5aa8a39379ee13d
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jun 21 14:20:03 2017 +0200
Use generic L1 headers helper
Change-Id: I2253df3509595d7393ec6631ef846dbebae73ca4
http://cgit.osmocom.org/osmo-bts/commit/?id=71ad40c647c09e232e94eb4b2accd68…
commit 71ad40c647c09e232e94eb4b2accd68db441d95a
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 20 11:59:27 2017 +0200
lc15: add jenkins helper
Add jenkins build helper for lc15 and separate header with BTS-agnostic
functions.
Change-Id: Ib47f5a6cc88e784c5662b0dab4ddc03ce9a35132
Related: SYS#3682
http://cgit.osmocom.org/osmo-bts/commit/?id=5b87144f91f86310073d6652c12fa71…
commit 5b87144f91f86310073d6652c12fa717746ed8ba
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 12 19:15:05 2017 +0200
Move common steps into common jenkins helper
Move value_string termination check and OpenBSC headers checkout into
shared jenkins helper from BTS' model-specific helpers to get rid of
copy-pasted code. While at it - also remove unnecessary bash
dependency.
Change-Id: Ic48b1f75179b9008d65219dd5a47c1ab3b886408
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_bts_model.sh | 4 ++++
contrib/jenkins_bts_trx.sh | 18 +++--------------
contrib/jenkins_common.sh | 24 ++++++++++++++++++++++
contrib/jenkins_lc15.sh | 29 +++++++++++++++++++++++++++
contrib/jenkins_oct.sh | 41 ++++++--------------------------------
contrib/jenkins_oct_and_bts_trx.sh | 34 +++++--------------------------
contrib/jenkins_sysmobts.sh | 39 +++++-------------------------------
7 files changed, 76 insertions(+), 113 deletions(-)
create mode 100644 contrib/jenkins_common.sh
create mode 100644 contrib/jenkins_lc15.sh
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)