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

Update push.sh OS supported versions #4

Open
1 of 3 tasks
tcarreira opened this issue Sep 16, 2022 · 1 comment
Open
1 of 3 tasks

Update push.sh OS supported versions #4

tcarreira opened this issue Sep 16, 2022 · 1 comment

Comments

@tcarreira
Copy link

tcarreira commented Sep 16, 2022

This script is publishing to non-supported OS versions, and not publishing to newer ones.

SUPPORTED_UBUNTU_VERSIONS="trusty xenial zesty bionic focal jammy"
SUPPORTED_REDHAT_VERSIONS="6 7"
SUPPORTED_FEDORA_VERSIONS="31 32 33"
SUPPORTED_DEBIAN_VERSIONS="jessie stretch buster bullseye"
SUPPORTED_MINT_VERSIONS="sarah serena sonya sylvia tara tessa tina tricia ulyana"

I would suggest a a different approach:

  • Restrict OSs: Publishing .deb and .rpm should suffice (see comment)
  • Debian versions: jessie, stretch, buster, bullseye (7-wheezy EOL for ELTS was ~2020-06-30 - source)
  • Redhat versions: 6, 7, 8, 9 (according to this trusted source)
@tcarreira
Copy link
Author

Here it is the documentation on how to use the same deb to multiple distributions: https://packagecloud.io/docs#deb_any
Same for rpm: https://packagecloud.io/docs#rpm_any

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

No branches or pull requests

1 participant