Change in libosmocore[master]: osmo-release.sh: Omit tab whitespace matching debian/control versions

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 Feb 23 12:20:37 UTC 2021


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


Change subject: osmo-release.sh: Omit tab whitespace matching debian/control versions
......................................................................

osmo-release.sh: Omit tab whitespace matching debian/control versions

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



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/35/23035/1

diff --git a/osmo-release.sh b/osmo-release.sh
index 31cd1a0..b4db440 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -41,7 +41,7 @@
 			if [ "z$debctrl_match_count" != "z1" ]; then
 				echo "WARN: configure.ac <$dep, $ver> matches debian/control $debctrl_match_count times, manual check required!"
 			else # 1 match:
-				parsed_match=$(echo "$debctrl_match" | tr -d "(" | tr -d ")" | tr -d "," | tr -d " " | sed "s/>=/ /g")
+				parsed_match=$(echo "$debctrl_match" | tr -d "(" | tr -d ")" | tr -d "," | tr -d " " | tr -d "\t" | sed "s/>=/ /g")
 				debctrl_dep=$(echo "$parsed_match" | cut -d " " -f 1 | sed "s/-dev//g")
 				debctrl_ver=$(echo "$parsed_match" | cut -d " " -f 2)
 				if [ "z$dep" != "z$debctrl_dep" ] || [ "z$ver" != "z$debctrl_ver" ]; then

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I054245b54adfaae3d51bcfc3a3d1e3ecbaa5f116
Gerrit-Change-Number: 23035
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/20210223/651c6358/attachment.htm>


More information about the gerrit-log mailing list