Change in osmo-gsm-manuals[master]: diag-filter.conf: drop version from nwdiag / packetdiag commands

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

fixeria gerrit-no-reply at lists.osmocom.org
Mon Feb 1 23:01:54 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/22624 )


Change subject: diag-filter.conf: drop version from nwdiag / packetdiag commands
......................................................................

diag-filter.conf: drop version from nwdiag / packetdiag commands

Debian stable provides quite old nwdiag version (1.0.4, Jan 1 2015),
which appears to work unstable and produce sporadic build failures.
More recent version 2.0.0 is available in the upstream since
Jan 26 2020 and can be installed using pip.

Executables installed using pip3 do not contain version number.

Change-Id: Icfe51966f8801e5f01e209c21c127d0ebd3478ba
Related: I5f7d7a343ff773b2c936cb7e650f166fed69671d
Related: SYS#4895
---
M build/diag-filter.conf
M check-depends.sh
2 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/24/22624/1

diff --git a/build/diag-filter.conf b/build/diag-filter.conf
index 0c30db7..4f6005e 100644
--- a/build/diag-filter.conf
+++ b/build/diag-filter.conf
@@ -49,7 +49,7 @@
 
 
 [nwdiag-filter-style]
-nwdiag-style=template="nwdiag-block",subs=(),posattrs=("style","target"),filter='nwdiag3 -o "{outdir={indir}}/{imagesdir=}{imagesdir?/}{target}" -T{format={basebackend-docbook!png}{basebackend-docbook?png}} - && echo " "'
+nwdiag-style=template="nwdiag-block",subs=(),posattrs=("style","target"),filter='nwdiag -o "{outdir={indir}}/{imagesdir=}{imagesdir?/}{target}" -T{format={basebackend-docbook!png}{basebackend-docbook?png}} - && echo " "'
 
 [blockdef-listing]
 template::[nwdiag-filter-style]
@@ -62,7 +62,7 @@
 
 
 [packetdiag-filter-style]
-packetdiag-style=template="packetdiag-block",subs=(),posattrs=("style","target"),filter='packetdiag3 -o "{outdir={indir}}/{imagesdir=}{imagesdir?/}{target}" -T{format={basebackend-docbook!png}{basebackend-docbook?png}} - && echo " "'
+packetdiag-style=template="packetdiag-block",subs=(),posattrs=("style","target"),filter='packetdiag -o "{outdir={indir}}/{imagesdir=}{imagesdir?/}{target}" -T{format={basebackend-docbook!png}{basebackend-docbook?png}} - && echo " "'
 
 [blockdef-listing]
 template::[packetdiag-filter-style]
diff --git a/check-depends.sh b/check-depends.sh
index f072fd8..b4d6672 100755
--- a/check-depends.sh
+++ b/check-depends.sh
@@ -13,7 +13,7 @@
 check_dep_bin a2x asciidoc
 check_dep_bin asciidoc asciidoc
 check_dep_bin dblatex dblatex
-check_dep_bin packetdiag3 python3-nwdiag
+check_dep_bin packetdiag python3-nwdiag
 check_dep_bin dot graphviz
 check_dep_bin inkscape inkscape
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/22624
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: Icfe51966f8801e5f01e209c21c127d0ebd3478ba
Gerrit-Change-Number: 22624
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210201/e5224144/attachment.htm>


More information about the gerrit-log mailing list