Change in osmo-ci[master]: ansible: mdbus2 is not nowadays available on Debian10

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
Wed Jan 29 18:58:12 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/17070 )


Change subject: ansible: mdbus2 is not nowadays available on Debian10
......................................................................

ansible: mdbus2 is not nowadays available on Debian10

Change-Id: I0eb2ed28d9e3bc9054ffeb81c9e6fb5428af5bfb
---
M ansible/roles/gsm-tester/tasks/main.yml
1 file changed, 8 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/70/17070/1

diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml
index 5cc83bc..83b3db6 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -33,10 +33,17 @@
     - libsofia-sip-ua-glib-dev
     - libsqlite3-dev
     - libasound2-dev
-    - mdbus2
     - liblua5.3-dev
     - lua-socket
 
+# mdbus2 is not available in debian10. TODO: compile it for >9
+- name: install mdbus2
+  apt:
+    name: "{{ item }}"
+  with_items:
+    - mdbus2
+  when: ansible_distribution == 'Debian' and ansible_distribution_version <= '9'
+
 - name: install srsLTE runtime dependencies
   apt:
     name: "{{ item }}"

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I0eb2ed28d9e3bc9054ffeb81c9e6fb5428af5bfb
Gerrit-Change-Number: 17070
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/20200129/31b636f2/attachment.htm>


More information about the gerrit-log mailing list