From b59be8098fa37a830e0ed18dbb7ad70d5bed82f1 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 3 Aug 2024 14:36:44 +0200 Subject: [PATCH] ubuntu-backport-cockpit: Add jammy --- ubuntu-backport-cockpit | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu-backport-cockpit b/ubuntu-backport-cockpit index 36b281e..07e8c08 100755 --- a/ubuntu-backport-cockpit +++ b/ubuntu-backport-cockpit @@ -34,6 +34,7 @@ cd ${PACKAGE}-* case "$TARGET" in oracular) VER=24.10 ;; noble) VER=24.04 ;; + jammy) VER=22.04 ;; *) echo "Unknown target $TARGET" >&2; exit 1 ;; esac -- 2.39.5