Change in libosmocore[master]: osmo-release.sh: Blacklist script file from LIBVERS matches

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

pespin gerrit-no-reply at lists.osmocom.org
Tue Nov 16 12:08:34 UTC 2021


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


Change subject: osmo-release.sh: Blacklist script file from LIBVERS matches
......................................................................

osmo-release.sh: Blacklist script file from LIBVERS matches

The file itself appears in the list of matches when run in
libosmocore.git. Let's prevent it:
"""
expr: non-integer argument
WARN: Found 19 files matching debian/lib*.install for LIBVERSION=`gitdiff--cached-GLIBVERSION--stat|grepMakefile.am`, manual check required!
"""

Change-Id: I6d750d312017ebb434650a6e19707ec60faf4020
---
M osmo-release.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/63/26263/1

diff --git a/osmo-release.sh b/osmo-release.sh
index aecbfd1..3566ef9 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -223,7 +223,7 @@
 	exit 1
 fi
 GIT_TOPDIR="$(git rev-parse --show-toplevel)"
-LIBVERS=`git grep -n LIBVERSION | grep  '=' | grep am | grep -v LDFLAGS`
+LIBVERS=`git grep -n LIBVERSION | grep  '=' | grep am | grep -v LDFLAGS | grep -v osmo-release.sh`
 MAKEMOD=`git diff --cached -GLIBVERSION --stat | grep Makefile.am`
 ISODATE=`date -I`
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I6d750d312017ebb434650a6e19707ec60faf4020
Gerrit-Change-Number: 26263
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211116/ee5ce5db/attachment.htm>


More information about the gerrit-log mailing list