aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-03-29 15:57:06 +0200
committerOliver Smith <osmith@sysmocom.de>2022-03-29 16:45:24 +0200
commit0c250b7c525eb6f9a87f77ff1b1dbc105a6526bc (patch)
tree242dec85ddfe6e9ffe3aebbfb5509eaf5f7f9048
parent1abb6f35bf13690dd26f5044cbe77416ad523bb8 (diff)
OBS nightly-packages.sh: add osmo-bsc-nat
-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 0427103..6fb8a1d 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -228,6 +228,7 @@ build_osmocom() {
checkout osmo-gbproxy
checkout osmo-hnodeb
checkout osmo-hnbgw
+ checkout osmo-bsc-nat
cd "$REPO"
@@ -270,6 +271,7 @@ build_osmocom() {
build osmo-gbproxy
build osmo-hnodeb
build osmo-hnbgw
+ build osmo-bsc-nat
post
}