summaryrefslogtreecommitdiffstats
path: root/bin/support-ended.py
Commit message (Collapse)AuthorAgeFilesLines
* support-ended.py: Add release mapping for busterSalvatore Bonaccorso2019-07-061-0/+1
| | | | | | | Add release mapping for Debian 10 (buster) for EOL in all either security team or LTS team supported suites. There is no EOL (= LTS supported EOL) set yet for buster.
* bin/support-ended.py: Update comment for stretch EOL in LTSSalvatore Bonaccorso2019-04-281-1/+1
|
* Update support end date for jessie in LTSSalvatore Bonaccorso2019-04-281-2/+1
| | | | Update time mapping according to https://wiki.debian.org/LTS/ overview.
* support-ended.py: Use information from debian-security-support by defaultGuido Günther2016-06-281-3/+5
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@42844 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/support-ended.py: properly format error messageGuido Günther2016-06-011-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@42209 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Given a package allow to check in which releases security support has endedGuido Günther2016-04-091-0/+99
By default we check if the package will be supported until the release goes EOL: $ bin/support-ended.py --lists debian-security-support/ tomcat6 Package unsupported in stretch Package unsupported in wheezy Package unsupported in jessie but we can also check if it support ends within the next N days: # tomcat6 is marked as EOL for 2016-12-31 $ bin/support-ended.py --lists debian-security-support/ tomcat6 --days 100 <empty> $ bin/support-ended.py --lists debian-security-support/ tomcat6 --days 300 Package unsupported in stretch Package unsupported in wheezy Package unsupported in jessie Signed-off-by: Guido Günther <agx@sigxcpu.org> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@40843 e39458fd-73e7-0310-bf30-c45bca0a0e42

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