osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42629?usp=email )
Change subject: ansible: debian: remove logic for jessie ......................................................................
ansible: debian: remove logic for jessie
This is a really old release we don't use anymore, so clean up related commands from the ansible tasks.
Change-Id: Ifad5e9088e026a61b2e3463936c1ba602f4a99df --- M ansible/roles/osmocom-jenkins-slave/tasks/debian.yml 1 file changed, 0 insertions(+), 13 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/29/42629/1
diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml index f009283..f8009bb 100644 --- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml +++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml @@ -17,19 +17,6 @@ install_recommends: no 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://archive.debian.org/debian jessie-backports main' - filename: 'backports' - update_cache: yes - when: ansible_distribution == 'Debian' and ansible_distribution_release == 'jessie' - # Install a recent java directly from download.java.net. This method works for # all debian versions, even really old ones, but only for x86_64 and aarch64. # Get links for new releases here: https://jdk.java.net/26/