]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update Fedora versions for cloudsmith uploads
authorFlole <Flole998@users.noreply.github.com>
Thu, 22 Aug 2024 16:55:40 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2024 16:55:40 +0000 (18:55 +0200)
support/cloudsmith.sh

index 75ff0cf5f0daa3c571d5759a8609e17a858d9a98..b9d22194db7ec72064162961a900fd8e79ac29b5 100755 (executable)
@@ -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