From b18501246925d3272f9d41258d8ecf1f1de8b8fd Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Mon, 8 Apr 2019 15:40:03 +0200 Subject: [PATCH] apt: Remove jessie-update suite as it's no longer exists --- CHANGELOG.md | 5 +++-- apt/templates/jessie_basics.list.j2 | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d63f44..5d3ffea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,9 @@ The **patch** part changes incrementally at each release. * tomcat: better tomcat version management * webapps/evoadmin-web: add dbadmin.sh to sudoers file * evomaintenance: embed version 0.5.0 -* opendkim : aligning roles with our conventions, major changes in opendkim-add.sh -* apt : Replace mirror.evolix.org by archives.debian.org for jessie-backport +* opendkim: aligning roles with our conventions, major changes in opendkim-add.sh +* apt: Replace mirror.evolix.org by archives.debian.org for jessie-backport +* apt: Remove jessie-update suite as it's no longer exists ### Fixed diff --git a/apt/templates/jessie_basics.list.j2 b/apt/templates/jessie_basics.list.j2 index 684b7bb3..467e7f30 100644 --- a/apt/templates/jessie_basics.list.j2 +++ b/apt/templates/jessie_basics.list.j2 @@ -1,5 +1,4 @@ # {{ ansible_managed }} deb http://mirror.evolix.org/debian/ jessie {{ apt_basics_components | mandatory }} -deb http://mirror.evolix.org/debian/ jessie-updates {{ apt_basics_components | mandatory }} deb http://security.debian.org/ jessie/updates {{ apt_basics_components | mandatory }}