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.orgpespin has submitted this change. ( 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(-)
Approvals:
laforge: Looks good to me, approved
pespin: Verified
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-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200203/e9e0260c/attachment.htm>