From a8348dd56b475d9d8086db7d82b4a0bb336db09f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 30 Oct 2023 08:23:21 +0100 Subject: [PATCH] ubuntu-backport-cockpit: update releases --- ubuntu-backport-cockpit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ubuntu-backport-cockpit b/ubuntu-backport-cockpit index f8e2427..c9e90e7 100755 --- a/ubuntu-backport-cockpit +++ b/ubuntu-backport-cockpit @@ -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 -- 2.39.2