]> piware.de Git - bin.git/commitdiff
ubuntu-backport-cockpit: update releases
authorMartin Pitt <martin@piware.de>
Mon, 30 Oct 2023 07:23:21 +0000 (08:23 +0100)
committerMartin Pitt <martin@piware.de>
Mon, 30 Oct 2023 07:23:21 +0000 (08:23 +0100)
ubuntu-backport-cockpit

index f8e2427f71727c9ecc426e7e78b396db15c06fc3..c9e90e77430d4b39ffd607227aab2c5691aa8ea6 100755 (executable)
@@ -32,12 +32,11 @@ apt-get source $PACKAGE
 cd ${PACKAGE}-*
 
 case "$TARGET" in
+    noble) VER=24.04 ;;
     mantic) VER=23.10 ;;
     lunar) VER=23.04 ;;
     kinetic) VER=22.10 ;;
     jammy) VER=22.04 ;;
-    impish) VER=21.10 ;;
-    focal) VER=20.04 ;;
     *) echo "Unknown target $TARGET" >&2; exit 1 ;;
 esac