[PATCH] openggsn[master]: Use value string check 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/.

Max gerrit-no-reply at lists.osmocom.org
Fri Aug 25 15:37:55 UTC 2017


Review at  https://gerrit.osmocom.org/3686

Use value string check from osmo-ci

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


  git pull ssh://gerrit.osmocom.org:29418/openggsn refs/changes/86/3686/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 30416b2..71ba909 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -1,6 +1,8 @@
-#!/usr/bin/env bash
+#!/bin/sh
 
 set -ex
+
+verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
 
 mkdir deps || true
 cd deps
@@ -12,8 +14,6 @@
 $MAKE $PARALLEL_MAKE install
 
 cd ../../
-
-deps/libosmocore/contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
 
 autoreconf --install --force
 PKG_CONFIG_PATH=$PWD/deps/install/lib/pkgconfig:$PKG_CONFIG_PATH ./configure

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I036ed452826b9a6848d22d45bdcc95e20a110b8b
Gerrit-PatchSet: 1
Gerrit-Project: openggsn
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list