Change in python/osmo-python-tests[master]: osmo-trap2cgi: Fix script installation and dependencies

2019-02-05 Thread daniel
daniel has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/12828 )

Change subject: osmo-trap2cgi: Fix script installation and dependencies
..

osmo-trap2cgi: Fix script installation and dependencies

* Install systemd file with debian
* Depend on python3-aiohttp in python3-osmopy-utils as it is required
  for osmo-trap2cgi

Related: SYS#4399
Sponsored-by: On-Waves ehf
Change-Id: I6add5f37b63dd5fcfdefe0459b539e0050d03897
---
M debian/control
A debian/python3-osmopy-utils.osmo-trap2cgi.service
2 files changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Max: Looks good to me, approved



diff --git a/debian/control b/debian/control
index 8bea167..52b614c 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@

 Package: python3-osmopy-utils
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, 
python3-twisted, python3-treq
+Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, 
python3-twisted, python3-treq, python3-aiohttp
 Description: Python code (not only) for testing of Osmocom programs
  .
  This package contains the Python 3 version of osmopy utils.
diff --git a/debian/python3-osmopy-utils.osmo-trap2cgi.service 
b/debian/python3-osmopy-utils.osmo-trap2cgi.service
new file mode 12
index 000..f1cd169
--- /dev/null
+++ b/debian/python3-osmopy-utils.osmo-trap2cgi.service
@@ -0,0 +1 @@
+../contrib/systemd/osmo-trap2cgi.service
\ No newline at end of file

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

Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6add5f37b63dd5fcfdefe0459b539e0050d03897
Gerrit-Change-Number: 12828
Gerrit-PatchSet: 1
Gerrit-Owner: daniel 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Reviewer: Max 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-Reviewer: daniel 


Change in python/osmo-python-tests[master]: osmo-trap2cgi: Fix script installation and dependencies

2019-02-04 Thread Max
Max has posted comments on this change. ( https://gerrit.osmocom.org/12828 )

Change subject: osmo-trap2cgi: Fix script installation and dependencies
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6add5f37b63dd5fcfdefe0459b539e0050d03897
Gerrit-Change-Number: 12828
Gerrit-PatchSet: 1
Gerrit-Owner: daniel 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Reviewer: Max 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-Comment-Date: Mon, 04 Feb 2019 19:56:13 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in python/osmo-python-tests[master]: osmo-trap2cgi: Fix script installation and dependencies

2019-02-04 Thread Pau Espin Pedrol
Pau Espin Pedrol has posted comments on this change. ( 
https://gerrit.osmocom.org/12828 )

Change subject: osmo-trap2cgi: Fix script installation and dependencies
..


Patch Set 1: Code-Review+1


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

Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6add5f37b63dd5fcfdefe0459b539e0050d03897
Gerrit-Change-Number: 12828
Gerrit-PatchSet: 1
Gerrit-Owner: daniel 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Reviewer: Max 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-Comment-Date: Mon, 04 Feb 2019 17:41:06 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in python/osmo-python-tests[master]: osmo-trap2cgi: Fix script installation and dependencies

2019-02-04 Thread daniel
daniel has uploaded this change for review. ( https://gerrit.osmocom.org/12828


Change subject: osmo-trap2cgi: Fix script installation and dependencies
..

osmo-trap2cgi: Fix script installation and dependencies

* Install systemd file with debian
* Depend on python3-aiohttp in python3-osmopy-utils as it is required
  for osmo-trap2cgi

Related: SYS#4399
Sponsored-by: On-Waves ehf
Change-Id: I6add5f37b63dd5fcfdefe0459b539e0050d03897
---
M debian/control
A debian/python3-osmopy-utils.osmo-trap2cgi.service
2 files changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests 
refs/changes/28/12828/1

diff --git a/debian/control b/debian/control
index 8bea167..52b614c 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@

 Package: python3-osmopy-utils
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, 
python3-twisted, python3-treq
+Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, 
python3-twisted, python3-treq, python3-aiohttp
 Description: Python code (not only) for testing of Osmocom programs
  .
  This package contains the Python 3 version of osmopy utils.
diff --git a/debian/python3-osmopy-utils.osmo-trap2cgi.service 
b/debian/python3-osmopy-utils.osmo-trap2cgi.service
new file mode 12
index 000..f1cd169
--- /dev/null
+++ b/debian/python3-osmopy-utils.osmo-trap2cgi.service
@@ -0,0 +1 @@
+../contrib/systemd/osmo-trap2cgi.service
\ No newline at end of file

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

Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6add5f37b63dd5fcfdefe0459b539e0050d03897
Gerrit-Change-Number: 12828
Gerrit-PatchSet: 1
Gerrit-Owner: daniel