]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Cloudsmith supports fedora 42 now
authorFlole <Flole998@users.noreply.github.com>
Thu, 3 Jul 2025 12:34:11 +0000 (14:34 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 12:34:11 +0000 (14:34 +0200)
support/cloudsmith.sh

index efc33b5c894473c902b0b04f31d7e9adaaf8e7b3..fbe4580b5c634792f46852d033ae1c678a7fe1cb 100755 (executable)
@@ -55,10 +55,10 @@ case $OSPREFIX$TARGET in
         OS="ubuntu";;
     raspios*)
         OS="raspbian";;
-    37|38|39|40|41)
+    37|38|39|40|41|42)
         OS="fedora";;
-    42|43)
-        echo -e "${YELLOW}Fedora 42 and 43 (current rawhide) are not (yet) supported by Cloudsmith${NC}" && exit;;
+    43)
+        echo -e "${YELLOW}Fedora 43 (current rawhide) is not (yet) supported by Cloudsmith${NC}" && exit;;
     *) echo -e "${RED}OS $OSPREFIX$TARGET could not be recognized${NC}" && exit 1;;
 esac