aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}