From ecde4fe02bd0aeb9c9269b938e975a7b735b0590 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 21 Jun 2024 06:58:38 +0200 Subject: [PATCH] ubuntu-backport-cockpit: Default to noble, add oracular --- ubuntu-backport-cockpit | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ubuntu-backport-cockpit b/ubuntu-backport-cockpit index c9e90e7..36b281e 100755 --- a/ubuntu-backport-cockpit +++ b/ubuntu-backport-cockpit @@ -1,7 +1,7 @@ #!/bin/sh set -eu PACKAGE=${1:-cockpit} -TARGET=${2:-jammy} +TARGET=${2:-noble} POCKET="${TARGET}-backports" series_ver() { @@ -32,11 +32,8 @@ apt-get source $PACKAGE cd ${PACKAGE}-* case "$TARGET" in + oracular) VER=24.10 ;; noble) VER=24.04 ;; - mantic) VER=23.10 ;; - lunar) VER=23.04 ;; - kinetic) VER=22.10 ;; - jammy) VER=22.04 ;; *) echo "Unknown target $TARGET" >&2; exit 1 ;; esac -- 2.39.2