<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13792">View Change</a></p><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;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/92/13792/1</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..0f0f651 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 statble</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: newchange </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: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>