File tree Expand file tree Collapse file tree
build/ansible/group_vars/all Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44## Unreleased
55
66
7+ ## Release 0.140
8+
9+ ### Changed
10+ - Ensure apt Jessie repositories are trusted beyond EOL
11+
12+
713## Release 0.139
814
915#### Added
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -eux \
5555 gnupg \
5656 \
5757 && echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until \
58- && echo "deb http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
58+ && echo "deb [trusted=yes] http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
5959 && curl -sS -L --fail "https://packages.blackfire.io/gpg.key" | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - \
6060 && echo "deb http://packages.blackfire.io/debian any main" > /etc/apt/sources.list.d/blackfire.list \
6161 \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -eux \
5555 gnupg \
5656 \
5757 && echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until \
58- && echo "deb http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
58+ && echo "deb [trusted=yes] http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
5959 && curl -sS -L --fail "https://packages.blackfire.io/gpg.key" | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - \
6060 && echo "deb http://packages.blackfire.io/debian any main" > /etc/apt/sources.list.d/blackfire.list \
6161 \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -eux \
5555 gnupg \
5656 \
5757 && echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until \
58- && echo "deb http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
58+ && echo "deb [trusted=yes] http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
5959 && curl -sS -L --fail "https://packages.blackfire.io/gpg.key" | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - \
6060 && echo "deb http://packages.blackfire.io/debian any main" > /etc/apt/sources.list.d/blackfire.list \
6161 \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -eux \
5555 gnupg \
5656 \
5757 && echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until \
58- && echo "deb http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
58+ && echo "deb [trusted=yes] http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
5959 && curl -sS -L --fail "https://packages.blackfire.io/gpg.key" | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - \
6060 && echo "deb http://packages.blackfire.io/debian any main" > /etc/apt/sources.list.d/blackfire.list \
6161 \
Original file line number Diff line number Diff line change @@ -204,19 +204,19 @@ apt_repositories_available:
204204 # [Jessie]
205205 5.2 :
206206 pre : echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until
207- deb : deb http://archive.debian.org/debian {{ os_release[5.2].debian }}-backports main
207+ deb : deb [trusted=yes] http://archive.debian.org/debian {{ os_release[5.2].debian }}-backports main
208208 # [Jessie]
209209 5.3 :
210210 pre : echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until
211- deb : deb http://archive.debian.org/debian {{ os_release[5.3].debian }}-backports main
211+ deb : deb [trusted=yes] http://archive.debian.org/debian {{ os_release[5.3].debian }}-backports main
212212 # [Jessie]
213213 5.4 :
214214 pre : echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until
215- deb : deb http://archive.debian.org/debian {{ os_release[5.4].debian }}-backports main
215+ deb : deb [trusted=yes] http://archive.debian.org/debian {{ os_release[5.4].debian }}-backports main
216216 # [Jessie]
217217 5.5 :
218218 pre : echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until
219- deb : deb http://archive.debian.org/debian {{ os_release[5.5].debian }}-backports main
219+ deb : deb [trusted=yes] http://archive.debian.org/debian {{ os_release[5.5].debian }}-backports main
220220 # [Stretch]
221221 5.6 :
222222 pre : apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
You can’t perform that action at this time.
0 commit comments