Change in docker-playground[master]: debian-stretch-jenkins: install nwdiag using pip3

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 22:55:50 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/22623 )


Change subject: debian-stretch-jenkins: install nwdiag using pip3
......................................................................

debian-stretch-jenkins: install nwdiag using pip3

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

Change-Id: I5f7d7a343ff773b2c936cb7e650f166fed69671d
Related: Icfe51966f8801e5f01e209c21c127d0ebd3478ba
Related: SYS#4895
---
M debian-stretch-jenkins/Dockerfile
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/23/22623/1

diff --git a/debian-stretch-jenkins/Dockerfile b/debian-stretch-jenkins/Dockerfile
index fcd093b..250da45 100644
--- a/debian-stretch-jenkins/Dockerfile
+++ b/debian-stretch-jenkins/Dockerfile
@@ -97,7 +97,6 @@
 		python3 \
 		python3-gi \
 		python3-mako \
-		python3-nwdiag \
 		python3-pip \
 		python3-pyflakes \
 		python3-setuptools \
@@ -125,7 +124,8 @@
 	git+https://github.com/podshumok/python-smpplib.git \
 	git+https://github.com/eriwen/lcov-to-cobertura-xml.git \
 	pydbus \
-	pysispm
+	pysispm \
+	nwdiag
 
 # match the outside user
 RUN useradd --uid=1000 build

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I5f7d7a343ff773b2c936cb7e650f166fed69671d
Gerrit-Change-Number: 22623
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/f55e13ca/attachment.htm>


More information about the gerrit-log mailing list