<p>Pau Espin Pedrol <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13792">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Pau Espin Pedrol: Looks good to me, approved; Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmocom-jenkins-slave: fix jessie-backports as it got deprecated<br><br>Change-Id: Idae47a6529f6a870e29ab688c3479b7ef4ba200a<br>---<br>M ansible/roles/osmocom-jenkins-slave/tasks/debian.yml<br>1 file changed, 7 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml</span><br><span>index 641c6f3..38228ec 100644</span><br><span>--- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml</span><br><span>+++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml</span><br><span>@@ -17,9 +17,15 @@</span><br><span>     - fakeroot</span><br><span>   when: install_jenkins_utilities</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+- name: stop checking release validity for old stable</span><br><span style="color: hsl(120, 100%, 40%);">+  copy:</span><br><span style="color: hsl(120, 100%, 40%);">+    content: 'Acquire::Check-Valid-Until "false";'</span><br><span style="color: hsl(120, 100%, 40%);">+    dest: '/etc/apt/apt.conf.d/90-stop-check-release-validity'</span><br><span style="color: hsl(120, 100%, 40%);">+  when: ansible_distribution == 'Debian' and ansible_distribution_release == 'jessie'</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> - name: enable backports for jessie</span><br><span>   apt_repository:</span><br><span style="color: hsl(0, 100%, 40%);">-    repo: 'deb http://ftp.debian.org/debian jessie-backports main'</span><br><span style="color: hsl(120, 100%, 40%);">+    repo: 'deb http://archive.debian.org/debian jessie-backports main'</span><br><span>     filename: 'backports'</span><br><span>     update_cache: yes</span><br><span>   when: ansible_distribution == 'Debian' and ansible_distribution_release == 'jessie'</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13792">change 13792</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13792"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Idae47a6529f6a870e29ab688c3479b7ef4ba200a </div>
<div style="display:none"> Gerrit-Change-Number: 13792 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>