[PATCH] osmo-ci[master]: ansible: osmocom-jenkins-slave: don't install recommend pack...

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

lynxis lazus gerrit-no-reply at lists.osmocom.org
Fri Mar 30 09:21:53 UTC 2018


Review at  https://gerrit.osmocom.org/7590

ansible: osmocom-jenkins-slave: don't install recommend packages

libuhd-dev would recommend uhd-host which seems not be installable on debian jessie in an lxc.
However we should have already listed all explicit dependencies and shouldn't need
anything else

Change-Id: I6859b8180916a8e172d32030da06ba6fa27d5c45
---
M ansible/roles/osmocom-jenkins-slave/tasks/main.yml
1 file changed, 1 insertion(+), 0 deletions(-)


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

diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/main.yml b/ansible/roles/osmocom-jenkins-slave/tasks/main.yml
index 5e4472a..7ad8f98 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/main.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/main.yml
@@ -47,6 +47,7 @@
     name: "{{ item }}"
     cache_valid_time: 3600
     update_cache: yes
+    install_recommends: no
   with_items:
     - libboost-dev
     - libc-ares-dev

-- 
To view, visit https://gerrit.osmocom.org/7590
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6859b8180916a8e172d32030da06ba6fa27d5c45
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list