Change in osmo-ci[master]: jenkins-slave: Use "jessie-backports" only on jessie systems

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
Wed Apr 3 15:25:32 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13502 )

Change subject: jenkins-slave: Use "jessie-backports" only on jessie systems
......................................................................

jenkins-slave: Use "jessie-backports" only on jessie systems

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

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Harald Welte: Verified



diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
index 30e4ece..641c6f3 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
@@ -22,6 +22,7 @@
     repo: 'deb http://ftp.debian.org/debian jessie-backports main'
     filename: 'backports'
     update_cache: yes
+  when: ansible_distribution == 'Debian' and ansible_distribution_release == 'jessie'
 
 - name: install java for jessie
   apt:

-- 
To view, visit https://gerrit.osmocom.org/13502
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: Id62c03b9759367bd5bbe20144e9ad7048d12e61b
Gerrit-Change-Number: 13502
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190403/459410f3/attachment.htm>


More information about the gerrit-log mailing list