aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-nightly-packages.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-10 11:43:35 +0800
committerHarald Welte <laforge@gnumonks.org>2017-10-10 11:44:56 +0800
commit5b05a88bb3627ed1cf3b8c927d081c766d75e26f (patch)
treea44a7593a3f8b73c04044bcccf5c309d76820ed3 /scripts/osmocom-nightly-packages.sh
parent973dca99174aae0f6a7cced8074481a96d7255d0 (diff)
nightly-pacakges: don't copy over gsm_data_shared.[ch] anymore
This is no longer needed by upstream osmo-bts since Change-Id I9f004fb5c4c1db29d4792dfd281d388c7063da13 Change-Id: Ie53482a1538d1559e764da86dbbb78031c9c386b
Diffstat (limited to 'scripts/osmocom-nightly-packages.sh')
-rwxr-xr-xscripts/osmocom-nightly-packages.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index 69f020c..dd84b4f 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -62,14 +62,6 @@ build osmo-pcap
build osmo-stp
build osmo-trx
build osmo-sip-connector
-
-cp openbsc/openbsc/include/openbsc/gsm_data_shared.h osmo-bts/include/openbsc/
-cp openbsc/openbsc/src/libcommon/gsm_data_shared.c osmo-bts/src/common/gsm_data_shared.c
-cd osmo-bts
-git add include/openbsc/gsm_data_shared.h
-git add src/common/gsm_data_shared.c
-git commit -m "Copy OpenBSC files needed for the build"
-cd ../
build osmo-bts
build osmo-pcu
build osmo-hlr