tsuru / push-to-packagecloud

Basic script to create packages and push them to Package Cloud
1 stars 2 forks source link

Update push.sh OS supported versions #4

Open tcarreira opened 2 years ago

tcarreira commented 2 years ago

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:

tcarreira commented 2 years ago

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