summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-04-28 14:03:25 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2019-04-28 14:03:25 +0200
commit60f8637929432b2fd9a62463bcbf9bcdd5eca45e (patch)
treef5a5a7379cdd0a489d5ce38240d4bbe66fd4e01f /bin
parentc3d1609c08b445d851af8f793c9e601af8b2e26d (diff)
Update support end date for jessie in LTS
Update time mapping according to https://wiki.debian.org/LTS/ overview.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/support-ended.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/support-ended.py b/bin/support-ended.py
index 99b284c615..0dea0b4425 100755
--- a/bin/support-ended.py
+++ b/bin/support-ended.py
@@ -29,8 +29,7 @@ import sys
release_mapping = {
'deb6': ('squeeze', '2016-02-29'),
'deb7': ('wheezy', '2018-05-31'),
- # End date not yet fixed
- 'deb8': ('jessie', '2020-04-30'),
+ 'deb8': ('jessie', '2020-06-30'),
# Not even released yet
'deb9': ('stretch', None),
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy