Change in libosmocore[master]: jenkins.sh: simpler invocation of verify_value_string_...

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/.

neels gerrit-no-reply at lists.osmocom.org
Tue Jan 7 16:46:39 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/16756 )


Change subject: jenkins.sh: simpler invocation of verify_value_string_...
......................................................................

jenkins.sh: simpler invocation of verify_value_string_...

The script
osmo-ci/scripts/verify_value_string_arrays_are_terminated.py
is able to find .c/.h files in directory trees by itself.

Shorten the cmdline invocation of this script for libosmocore.

Change-Id: I888c20b9b19d777cd6581a541536842292f434b9
---
M contrib/jenkins_common.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/56/16756/1

diff --git a/contrib/jenkins_common.sh b/contrib/jenkins_common.sh
index fa1d544..b86a479 100644
--- a/contrib/jenkins_common.sh
+++ b/contrib/jenkins_common.sh
@@ -10,7 +10,7 @@
 
 osmo-clean-workspace.sh
 
-verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
+verify_value_string_arrays_are_terminated.py
 
 prep_build() {
     _src_dir="$1"

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/16756
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I888c20b9b19d777cd6581a541536842292f434b9
Gerrit-Change-Number: 16756
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200107/5da7700f/attachment.htm>


More information about the gerrit-log mailing list