From 4773853cb06cd1be72e458320b8aab763aa354ce Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 15 Aug 2017 16:20:07 +0200 Subject: Split osmo-trx from osmo-bts-trx In the future, some environments/products may come with a trx interface pre-installed. Start work to easily disable launching it. Change-Id: I556c3e2ba16753393c7e70800c533a18122daeaa --- contrib/jenkins-build-osmo-trx.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 contrib/jenkins-build-osmo-trx.sh (limited to 'contrib/jenkins-build-osmo-trx.sh') diff --git a/contrib/jenkins-build-osmo-trx.sh b/contrib/jenkins-build-osmo-trx.sh new file mode 100755 index 0000000..7d2a5b6 --- /dev/null +++ b/contrib/jenkins-build-osmo-trx.sh @@ -0,0 +1,9 @@ +#!/bin/sh +set -e -x +base="$PWD" +name="osmo-trx" +. "$(dirname "$0")/jenkins-build-common.sh" + +build_repo osmo-trx --without-sse + +create_bin_tgz -- cgit v1.2.3