aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-02-01 16:03:11 +0100
committerosmith <osmith@sysmocom.de>2021-02-03 10:44:49 +0000
commit70ce36c3fff9036883c852381edd000c4d62e9ee (patch)
tree3220422affa344a74d6e378fb389cee4d2344109
parent2f611e206c2859181748a25f6653cf06134856ec (diff)
OBS: nightly: add osmo-gbproxy
-rwxr-xr-xscripts/osmocom-nightly-packages.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index 58a8a52..d8338ae 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -225,6 +225,7 @@ build_osmocom() {
checkout osmo-e1d
checkout osmo-smlc
checkout osmo-cbc
+ checkout osmo-gbproxy
cd "$REPO"
osmo_obs_checkout_copy debian8 osmo-gsm-manuals
@@ -268,6 +269,7 @@ build_osmocom() {
build osmo-e1d
build osmo-smlc
build osmo-cbc
+ build osmo-gbproxy
post
}