[PATCH] openbsc[master]: Use verify_value_string_arrays_are_terminated from osmo-ci

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.org
Sat Aug 26 18:34:17 UTC 2017


Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/3692

to look at the new patch set (#4).

Use verify_value_string_arrays_are_terminated from osmo-ci

verify_value_string_arrays_are_terminated has recently been moved
from libosmocore.git to osmo-ci.git and the person doing this seems
to have forgotten to update openbsc.git

Change-Id: Ibe4a7f71d2557dfee94803e909dabb00d2ce10af
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/92/3692/4

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 7e7ccf0..892d721 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -17,9 +17,7 @@
 mkdir "$deps" || true
 rm -rf "$inst"
 
-osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
-
-"$deps"/libosmocore/contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
+verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
 
 export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
 export LD_LIBRARY_PATH="$inst/lib"
@@ -29,6 +27,7 @@
 	osmo_iuh_branch="old_sua"
 fi
 
+osmo-build-dep.sh libosmocore
 osmo-build-dep.sh libosmo-abis
 osmo-build-dep.sh libosmo-netif
 osmo-build-dep.sh libosmo-sccp $sccp_branch

-- 
To view, visit https://gerrit.osmocom.org/3692
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibe4a7f71d2557dfee94803e909dabb00d2ce10af
Gerrit-PatchSet: 4
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list