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 has been 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
force flag will be used in the CI scripts to remove the
current golang version and install the correct one.
This is useful on baremetal machines where golang is already
installed and versions differ from the one needed to test kata.
Fixes: clearcontainers#857.
Signed-off-by: Salvador Fuentes <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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-info
as it's exactly what we need, and consider how best to handle the other distros.See also:
The text was updated successfully, but these errors were encountered: