From: Flole Date: Thu, 22 Aug 2024 16:55:40 +0000 (+0200) Subject: Update Fedora versions for cloudsmith uploads X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f20e38daeb6a9727b24923eb77da2a35a96d8a3f;p=thirdparty%2Ftvheadend.git Update Fedora versions for cloudsmith uploads --- diff --git a/support/cloudsmith.sh b/support/cloudsmith.sh index 75ff0cf5f..b9d22194d 100755 --- a/support/cloudsmith.sh +++ b/support/cloudsmith.sh @@ -55,9 +55,9 @@ case $OSPREFIX$TARGET in OS="ubuntu";; raspios*) OS="raspbian";; - 37|38|39) + 37|38|39|40) OS="fedora";; - 40|41) + 41|42) echo -e "${YELLOW}Fedora 40 and 41 (current rawhide) are not (yet) supported by Cloudsmith${NC}" && exit;; *) echo -e "${RED}OS $OSPREFIX$TARGET could not be recognized${NC}" && exit 1;; esac