aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-release.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 13:02:28 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 13:03:08 +0100
commitab5e98927408bb059bf4f10ec561859eac6fd0de (patch)
treed0be308bbf739ab361346868eece339fbcffd576 /osmo-release.sh
parent4a15c2d47a6493a175f6bd050b6959f98101f9e9 (diff)
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
Diffstat (limited to 'osmo-release.sh')
-rwxr-xr-xosmo-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-release.sh b/osmo-release.sh
index aecbfd1a..3566ef92 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -223,7 +223,7 @@ if [ "z$NEW_VER" = "z" ]; then
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`