]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add plucky and questing to cloudsmith upload script copilot/add-support-for-ubuntu-25-10 1985/head
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Sun, 2 Nov 2025 01:52:16 +0000 (01:52 +0000)
committercopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Sun, 2 Nov 2025 01:52:16 +0000 (01:52 +0000)
Co-authored-by: Flole998 <9951871+Flole998@users.noreply.github.com>
support/cloudsmith.sh

index 823ed211ef45e49b72fc974e1ad6786c11512c14..2445da65e6ba0f7afa4da62bdc316f989aaa05b3 100755 (executable)
@@ -64,7 +64,7 @@ case $DISTRO in
         esac;;
     ubuntu)
         case $CODENAME in
-            trusty|xenial|bionic|focal|impish|jammy|kinetic|lunar|mantic|noble)
+            trusty|xenial|bionic|focal|impish|jammy|kinetic|lunar|mantic|noble|plucky|questing)
                 OS="ubuntu"
                 TARGET=$CODENAME;;
             *)