]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add Fedora 44 to cloudsmith script (ignored for now)
authorFlole <Flole998@users.noreply.github.com>
Fri, 15 Aug 2025 12:01:06 +0000 (12:01 +0000)
committerFlole <Flole998@users.noreply.github.com>
Fri, 15 Aug 2025 16:15:25 +0000 (18:15 +0200)
support/cloudsmith.sh

index 9236a4ae0443749695f0c8476ffe524babaebe76..f8143862f9bb60d78d9a8957ad8f0482dc14a530 100755 (executable)
@@ -57,7 +57,7 @@ case $OSPREFIX$TARGET in
         OS="raspbian";;
     37|38|39|40|41|42)
         OS="fedora";;
-    43)
+    43|44)
         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