This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: Use value string check from osmo-ci
......................................................................
Use value string check from osmo-ci
Change-Id: I5bce234a5b8133c81b3ea8757e05de56d3aa15d8
---
M contrib/jenkins_common.sh
1 file changed, 2 insertions(+), 8 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/contrib/jenkins_common.sh b/contrib/jenkins_common.sh
index 78ca0af..c1891b2 100644
--- a/contrib/jenkins_common.sh
+++ b/contrib/jenkins_common.sh
@@ -20,14 +20,7 @@
mkdir -p "$deps"
rm -rf "$inst"
-cd "$deps"
-
-# Get libosmocore for verify_value_string_arrays_are_terminated.py
-osmo-deps.sh libosmocore
-
-cd "$base"
-
-"$deps"/libosmocore/contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
+verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
# generic project build function, usage:
# build "PROJECT-NAME" "CONFIGURE OPTIONS"
@@ -41,6 +34,7 @@
set -x
cd $deps
+ osmo-deps.sh libosmocore
osmo-deps.sh openbsc
conf_flags="--with-openbsc=$deps/openbsc/openbsc/include"
cd $base
--
To view, visit https://gerrit.osmocom.org/3681
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5bce234a5b8133c81b3ea8757e05de56d3aa15d8
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>