Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update support end date for jessie in LTS
· 60f86379
Salvatore Bonaccorso
authored
Apr 28, 2019
Update time mapping according to
https://wiki.debian.org/LTS/
overview.
60f86379
bin/support-ended.py: Update comment for stretch EOL in LTS
· a77c11fe
Salvatore Bonaccorso
authored
Apr 28, 2019
a77c11fe
Show whitespace changes
Inline
Side-by-side
bin/support-ended.py
View file @
a77c11fe
...
...
@@ -29,9 +29,8 @@ import sys
release_mapping
=
{
'
deb6
'
:
(
'
squeeze
'
,
'
2016-02-29
'
),
'
deb7
'
:
(
'
wheezy
'
,
'
2018-05-31
'
),
'
deb8
'
:
(
'
jessie
'
,
'
2020-06-30
'
),
# End date not yet fixed
'
deb8
'
:
(
'
jessie
'
,
'
2020-04-30
'
),
# Not even released yet
'
deb9
'
:
(
'
stretch
'
,
None
),
}
...
...