Change in osmo-ci[master]: ansible: osmocom-jenkins-slave: debian.yml: don't install recommends

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
Tue Jul 24 10:22:18 UTC 2018


lynxis lazus has submitted this change and it was merged. ( https://gerrit.osmocom.org/10015 )

Change subject: ansible: osmocom-jenkins-slave: debian.yml: don't install recommends
......................................................................

ansible: osmocom-jenkins-slave: debian.yml: don't install recommends

Pulls a lot of packages

Change-Id: I894455ea779ece84c403f768a1260a1cf2528389
---
M ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  lynxis lazus: Verified
  Harald Welte: Looks good to me, approved



diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
index a1f8574..43b1263 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
@@ -5,6 +5,7 @@
     name: "{{ item }}"
     cache_valid_time: 3600
     update_cache: yes
+    install_recommends: no
   with_items:
     - htop
     - virt-manager
@@ -26,6 +27,7 @@
     name: openjdk-8-jre-headless
     cache_valid_time: 3600
     update_cache: yes
+    install_recommends: no
     default_release: jessie-backports
   when: ansible_distribution == 'Debian' and ansible_distribution_release == 'jessie'
 
@@ -34,6 +36,7 @@
     name: "{{ item }}"
     cache_valid_time: 3600
     update_cache: yes
+    install_recommends: no
   with_items:
     - openjdk-8-jre-headless
   when: ansible_distribution == 'Debian' and ansible_distribution_release == 'stretch'

-- 
To view, visit https://gerrit.osmocom.org/10015
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I894455ea779ece84c403f768a1260a1cf2528389
Gerrit-Change-Number: 10015
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180724/09408827/attachment.htm>


More information about the gerrit-log mailing list