We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git
For the distrowatch type, we support multiple regexes, such as were used here.
distrowatch
Supporting a list of regexes, where either one of them matches, will make it easier for us to write and maintain complicated regexes, such as those used in MariaDB. See https://github.com/endoflife-date/endoflife.date/pull/2057/files PR for eg.
The text was updated successfully, but these errors were encountered:
This is how it looked on the code side: https://github.com/endoflife-date/release-data/blob/main/src/distrowatch.py#L18-L20
Sorry, something went wrong.
Will be useful for https://endoflife.date/jenkins too.
Alibaba Dragonwell: endoflife-date/endoflife.date#2773
Should have been closed with #227.
No branches or pull requests
For the
distrowatch
type, we support multiple regexes, such as were used here.Supporting a list of regexes, where either one of them matches, will make it easier for us to write and maintain complicated regexes, such as those used in MariaDB. See https://github.com/endoflife-date/endoflife.date/pull/2057/files PR for eg.
The text was updated successfully, but these errors were encountered: