mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Delete or update references to Debian 8 Jessie (#8065)
* Delete or update references to Debian 8 Jessie * Don't delete oldest constraints from Jessie, but document in comments. * Update tools/oldest_constraints.txt Co-authored-by: ohemorange <ebportnoy@gmail.com> Co-authored-by: Brad Warren <bmw@users.noreply.github.com> Co-authored-by: ohemorange <ebportnoy@gmail.com>
This commit is contained in:
co-authored by
ohemorange
Brad Warren
parent
22730dc0ac
commit
a677534462
@@ -250,9 +250,6 @@ through a command like:
|
|||||||
They can be installed by running the same installation command above but
|
They can be installed by running the same installation command above but
|
||||||
replacing ``certbot`` with the name of the desired package.
|
replacing ``certbot`` with the name of the desired package.
|
||||||
|
|
||||||
There are no Certbot packages available for Debian Jessie and Jessie users
|
|
||||||
should instead use certbot-auto_.
|
|
||||||
|
|
||||||
**Ubuntu**
|
**Ubuntu**
|
||||||
|
|
||||||
If you run Ubuntu Trusty, Xenial, or Bionic, certbot is available through the official PPA,
|
If you run Ubuntu Trusty, Xenial, or Bionic, certbot is available through the official PPA,
|
||||||
|
|||||||
@@ -631,7 +631,6 @@ systemd timers (`systemctl list-timers`).
|
|||||||
:header: "Distribution Name", "Distribution Version", "Automation Method"
|
:header: "Distribution Name", "Distribution Version", "Automation Method"
|
||||||
|
|
||||||
"CentOS", "EPEL 7", "systemd"
|
"CentOS", "EPEL 7", "systemd"
|
||||||
"Debian", "jessie", "cron, systemd"
|
|
||||||
"Debian", "stretch", "cron, systemd"
|
"Debian", "stretch", "cron, systemd"
|
||||||
"Debian", "testing/sid", "cron, systemd"
|
"Debian", "testing/sid", "cron, systemd"
|
||||||
"Fedora", "26", "systemd"
|
"Fedora", "26", "systemd"
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import argparse
|
|||||||
# The list of docker distributions to test dependencies against with.
|
# The list of docker distributions to test dependencies against with.
|
||||||
DISTRIBUTION_LIST = [
|
DISTRIBUTION_LIST = [
|
||||||
'ubuntu:18.04', 'ubuntu:16.04',
|
'ubuntu:18.04', 'ubuntu:16.04',
|
||||||
'debian:stretch', 'debian:jessie',
|
'debian:stretch',
|
||||||
'centos:7', 'centos:6',
|
'centos:7', 'centos:6',
|
||||||
'opensuse/leap:15',
|
'opensuse/leap:15',
|
||||||
'fedora:29',
|
'fedora:29',
|
||||||
|
|||||||
@@ -36,11 +36,6 @@ targets:
|
|||||||
virt: hvm
|
virt: hvm
|
||||||
user: admin
|
user: admin
|
||||||
machine_type: a1.medium
|
machine_type: a1.medium
|
||||||
- ami: ami-077bf3962f29d3fa4
|
|
||||||
name: debian8.1
|
|
||||||
type: ubuntu
|
|
||||||
virt: hvm
|
|
||||||
user: admin
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Fedora
|
# Fedora
|
||||||
- ami: ami-0fcbe88944a53b4c8
|
- ami: ami-0fcbe88944a53b4c8
|
||||||
|
|||||||
@@ -36,11 +36,6 @@ targets:
|
|||||||
virt: hvm
|
virt: hvm
|
||||||
user: admin
|
user: admin
|
||||||
machine_type: a1.medium
|
machine_type: a1.medium
|
||||||
- ami: ami-077bf3962f29d3fa4
|
|
||||||
name: debian8.1
|
|
||||||
type: ubuntu
|
|
||||||
virt: hvm
|
|
||||||
user: admin
|
|
||||||
# userdata: |
|
# userdata: |
|
||||||
# #cloud-init
|
# #cloud-init
|
||||||
# runcmd:
|
# runcmd:
|
||||||
|
|||||||
@@ -26,6 +26,9 @@ zope.event==4.0.3
|
|||||||
zope.interface==4.0.5
|
zope.interface==4.0.5
|
||||||
|
|
||||||
# Debian Jessie Backports constraints
|
# Debian Jessie Backports constraints
|
||||||
|
# Debian Jessie has reached end of life. However:
|
||||||
|
# When it becomes necessary to upgrade any of these dependencies, you should only update them to the oldest version of the package found
|
||||||
|
# in a non-EOL'd version of CentOS, Debian, or Ubuntu that has Certbot packages in their OS repositories.
|
||||||
PyICU==1.8
|
PyICU==1.8
|
||||||
colorama==0.3.2
|
colorama==0.3.2
|
||||||
enum34==1.0.3
|
enum34==1.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user