pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
Add new repo osmo-hnbgw (latest) to build jobs and scripts

Change-Id: I634ebbfa7f471342ffcf253fdb8a316f5e71089f
---
M scripts/common.sh
M scripts/osmocom-latest-packages.sh
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/common.sh b/scripts/common.sh
index 9e629a6..e8603a3 100644
--- a/scripts/common.sh
+++ b/scripts/common.sh
@@ -24,6 +24,7 @@
osmo-gsm-manuals
osmo-hlr
osmo-hnodeb
+ osmo-hnbgw
osmo-iuh
osmo-mgw
osmo-msc
@@ -39,7 +40,6 @@
osmocom-bb
simtrace2
"
-#^TODO: still no release made: osmo-hnbgw

OSMO_BRANCH_DOCKER_PLAYGROUND="${OSMO_BRANCH_DOCKER_PLAYGROUND:-master}"

diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index 90b9e28..18f9420 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -195,7 +195,7 @@
checkout osmo-cbc
checkout osmo-gbproxy
checkout osmo-hnodeb
- #checkout osmo-hnbgw
+ checkout osmo-hnbgw

cd "$TOP"

@@ -234,7 +234,7 @@
build osmo-cbc
build osmo-gbproxy
build osmo-hnodeb
- #build osmo-hnbgw
+ build osmo-hnbgw

cd "$TOP/$PROJ"
osc ci -m "$FEED versions of $DT" --noservice

To view, visit change 26783. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I634ebbfa7f471342ffcf253fdb8a316f5e71089f
Gerrit-Change-Number: 26783
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged