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/.
Holger Freyther gerrit-no-reply at lists.osmocom.orgHolger Freyther has uploaded this change for review. ( https://gerrit.osmocom.org/11574
Change subject: liblime: There is no such package on Debian8.0 skip it
......................................................................
liblime: There is no such package on Debian8.0 skip it
There is no installable liblimesuite-dev for Debian 8.0 and the
playbook execution fails. Install it for Debian 9.0 or later.
Change-Id: I0cee652b9d9703dc10b6105711a26f33cc2a3fda
---
M ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/74/11574/1
diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml b/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml
index 4ccdf9f..2200638 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml
@@ -67,7 +67,6 @@
- libgnutls28-dev
- libgps-dev
- libgsm1-dev
- - liblimesuite-dev
- libmnl-dev
- libncurses5-dev
- libortp-dev
@@ -106,3 +105,13 @@
with_items:
- liblua5.3-dev
when: ansible_distribution == 'Debian' and ansible_distribution_version >= 9
+
+- name: install liblimesuite-dev for stretch or later
+ apt:
+ name: "{{ item }}"
+ cache_valid_time: 3600
+ update_cache: yes
+ install_recommends: no
+ with_items:
+ - liblimesuite-dev
+ when: ansible_distribution == 'Debian' and ansible_distribution_version >= 9
--
To view, visit https://gerrit.osmocom.org/11574
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0cee652b9d9703dc10b6105711a26f33cc2a3fda
Gerrit-Change-Number: 11574
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther <holger at freyther.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181102/0ae00134/attachment.htm>