Change in osmo-ci[master]: osmocom-jenkins-slave: fix jessie-backports as it got deprecated

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Apr 26 14:37:47 UTC 2019


Pau Espin Pedrol has submitted this change and it was merged. ( https://gerrit.osmocom.org/13792 )

Change subject: osmocom-jenkins-slave: fix jessie-backports as it got deprecated
......................................................................

osmocom-jenkins-slave: fix jessie-backports as it got deprecated

Change-Id: Idae47a6529f6a870e29ab688c3479b7ef4ba200a
---
M ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
1 file changed, 7 insertions(+), 1 deletion(-)

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



diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
index 641c6f3..38228ec 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
@@ -17,9 +17,15 @@
     - fakeroot
   when: install_jenkins_utilities
 
+- name: stop checking release validity for old stable
+  copy:
+    content: 'Acquire::Check-Valid-Until "false";'
+    dest: '/etc/apt/apt.conf.d/90-stop-check-release-validity'
+  when: ansible_distribution == 'Debian' and ansible_distribution_release == 'jessie'
+
 - name: enable backports for jessie
   apt_repository:
-    repo: 'deb http://ftp.debian.org/debian jessie-backports main'
+    repo: 'deb http://archive.debian.org/debian jessie-backports main'
     filename: 'backports'
     update_cache: yes
   when: ansible_distribution == 'Debian' and ansible_distribution_release == 'jessie'

-- 
To view, visit https://gerrit.osmocom.org/13792
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: Idae47a6529f6a870e29ab688c3479b7ef4ba200a
Gerrit-Change-Number: 13792
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
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/20190426/2b5ead91/attachment.htm>


More information about the gerrit-log mailing list