]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ci: add Fedora 44 and shift rawhide handling to Fedora 45
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Mon, 23 Feb 2026 01:39:04 +0000 (01:39 +0000)
committerFlole <Flole998@users.noreply.github.com>
Mon, 23 Feb 2026 11:26:44 +0000 (12:26 +0100)
Co-authored-by: Flole998 <9951871+Flole998@users.noreply.github.com>
.github/workflows/build-ci.yml
.github/workflows/build-cloudsmith.yml
support/cloudsmith.sh

index 11e7ebf52ebfe0fbbe2ac1d1baf809bb93d9838a..7403613576fb33e6f60a3ea8ff4bbb98448494e0 100644 (file)
@@ -221,7 +221,7 @@ jobs:
     name: Build on native fedora:${{ matrix.releasever }}
     strategy:
       matrix:
-        releasever: ["37", "38", "39", "40", "41", "42", "43", "rawhide"]
+        releasever: ["37", "38", "39", "40", "41", "42", "43", "44", "rawhide"]
     container:
       image: "fedora:${{ matrix.releasever }}"
     steps:
index 7896afb28fa471b49382a1aba8c04cbabf3d5918..3e6dcf2e8411b8bffdf6d8ab6b864c101c90256d 100644 (file)
@@ -232,7 +232,7 @@ jobs:
     name: Build on native fedora:${{ matrix.releasever }}
     strategy:
       matrix:
-        releasever: ["37", "38", "39", "40", "41", "42", "43", "rawhide"]
+        releasever: ["37", "38", "39", "40", "41", "42", "43", "44", "rawhide"]
     container:
       image: "fedora:${{ matrix.releasever }}"
     steps:
index 2445da65e6ba0f7afa4da62bdc316f989aaa05b3..be953b2e76f7320f8f78a64566a5bd624ede606f 100755 (executable)
@@ -80,12 +80,12 @@ case $DISTRO in
         TARGET="${VERSION%%.*}";;
     fedora)
         case $VERSION in
-            37|38|39|40|41|42)
+            37|38|39|40|41|42|43|44)
                 PKGMGR="dnf"
                 OS="fedora"
                 TARGET=$VERSION;;
-            43|44)
-                echo -e "${YELLOW}Fedora 43 (current rawhide) is not (yet) supported by Cloudsmith${NC}"
+            45)
+                echo -e "${YELLOW}Fedora 45 (current rawhide) is not (yet) supported by Cloudsmith${NC}"
                 exit 0;;
             *)
                 echo -e "${RED}Fedora release $VERSION could not be recognized${NC}"