You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
We use particular releases of Linux distributions for both our CI system and for creating OBS packages for users.
We need a tool that can identify:
when new versions of the distros we're using are soon to be released.
when an existing release we're using is soon to go EOL (end of life).
The tool is of limited value if it tells us that a new release is available "today" - we need advance warning of an upcoming release.
The tool could either consume RSS feeds, or use some sort of polling (even if it's just looking at particular distros archives to detect new release/pre-release directories).
There is a very simple and elegant solution to the problem, but only for Ubuntu - distro-info:
Setup:
$ sudo apt-get install -y distro-info
$ date --iso-8601
2018-01-18
We use particular releases of Linux distributions for both our CI system and for creating OBS packages for users.
We need a tool that can identify:
The tool is of limited value if it tells us that a new release is available "today" - we need advance warning of an upcoming release.
The tool could either consume RSS feeds, or use some sort of polling (even if it's just looking at particular distros archives to detect new release/pre-release directories).
There is a very simple and elegant solution to the problem, but only for Ubuntu -
distro-info:Setup:
Number of days until the next Ubuntu release
Number of days until the current LTS release goes EOL
Number of days until the current distro version goes EOL
I think that we should add a CI check for Ubuntu using
distro-infoas it's exactly what we need, and consider how best to handle the other distros.See also: