Skip to content
New issue

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

Adjust service names to support Debian 11 and newer #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

intrigeri
Copy link
Contributor

Previously the "default" clause was meant for Wheezy (released in 2013) and
Jessie (released in 2015), and we had to explicitly add support for
anything newer.

This commit turns this logic around:

  • Releases which are EOL'ed since 10+ years are not supported anymore.
  • Older releases that are either still somewhat supported (Jessie)
    or that are EOL since less than 5 years (Squeeze, Wheezy)
    are still supported, but treated as exceptions.
  • Newer releases (starting with Stretch, released in 2017) are the default.
  • Future Debian releases will automatically use the same modern params
    as Stretch, Buster, and Bullseye. This will avoid the need to go through
    the updating process every 2 years (Adjust statd service for Debian 9 and 10 (Closes: #58, Tails#12256). #59, then this very PR).

Previously the "default" clause was meant for Wheezy (released in 2013) and
Jessie (released in 2015), and we had to explicitly add support for
anything newer.

This commit turns this logic around:

 - Releases which are EOL'ed since 10+ years are not supported anymore.
 - Older releases that are either still somewhat supported (Jessie)
   or that are EOL since less than 5 years (Squeeze, Wheezy)
   are still supported, but treated as exceptions.
 - Newer releases (starting with Stretch, released in 2017) are the default.
 - Future Debian releases will automatically use the same modern params
   as Stretch, Buster, and Bullseye. This will avoid the need to go through
   the updating process every 2 years (camptocamp#59, then this very PR).
@intrigeri intrigeri marked this pull request as ready for review January 16, 2022 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant