[MERGED] 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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Apr 5 19:58:54 UTC 2018


Harald Welte has submitted this change and it was merged.

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


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(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/main.yml b/ansible/roles/osmocom-jenkins-slave/tasks/main.yml
index 9e8b0b0..485a157 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:
     - docbook5-xml
     - libboost-dev

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6859b8180916a8e172d32030da06ba6fa27d5c45
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list