Harald Welte has submitted this change and it was merged. Change subject: Fix OsmoSGSN nightly build ......................................................................
Fix OsmoSGSN nightly build It depends on libgtp provided by OsmoGGSN so let's build it in that order. Change-Id: Icedc259ddc3a3b83ce8fe87f5572596ef29d6814 Related: OS#2527 --- M scripts/osmocom-nightly-packages.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Pau Espin Pedrol: Looks good to me, but someone else must approve Harald Welte: Looks good to me, approved; Verified diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh index 032bd49..432e7a1 100755 --- a/scripts/osmocom-nightly-packages.sh +++ b/scripts/osmocom-nightly-packages.sh @@ -51,8 +51,8 @@ build libosmo-abis build libosmo-netif build libsmpp34 -build osmo-sgsn build osmo-ggsn +build osmo-sgsn build openbsc build osmo-pcap build osmo-stp -- To view, visit https://gerrit.osmocom.org/4138 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icedc259ddc3a3b83ce8fe87f5572596ef29d6814 Gerrit-PatchSet: 1 Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Owner: Max <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
