diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-10-26 20:50:58 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-10-26 20:53:05 +0200 |
commit | 26f9d8768b644ae0dd20b0e671b949a340c954e4 (patch) | |
tree | 300be116c974abf9bb931b75bb5cb3f4571c6b35 /scripts/osmocom-nightly-packages.sh | |
parent | ff683afa2dfabbcd3feb62d852f576d9f72892c8 (diff) |
osmocom:nightly OBS: add osmo-bsc package / remove nitb-split
This was the last package that we only built in
osmocom:nitb-split:nightly, so we can remove the latter, too
Change-Id: Ib99e0775e9db30ec3c5263bb3a364d8cab4633c3
Diffstat (limited to 'scripts/osmocom-nightly-packages.sh')
-rwxr-xr-x | scripts/osmocom-nightly-packages.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh index 12aa587..6206576 100755 --- a/scripts/osmocom-nightly-packages.sh +++ b/scripts/osmocom-nightly-packages.sh @@ -26,6 +26,7 @@ git clone git://git.osmocom.org/osmo-pcu git clone git://git.osmocom.org/osmo-hlr git clone git://git.osmocom.org/osmo-mgw git clone git://git.osmocom.org/osmo-msc +git clone git://git.osmocom.org/osmo-bsc PROJ=network:osmocom:nightly @@ -67,6 +68,7 @@ build osmo-pcu build osmo-hlr build osmo-mgw build osmo-msc +build osmo-bsc cd $PROJ osc ci -m "Snapshot $DT" |