From: Martin Pitt Date: Sat, 19 Jul 2025 03:02:05 +0000 (+0200) Subject: ubuntu-backport-cockpit: Drop oracular, add plucky X-Git-Url: https://piware.de/gitweb/?a=commitdiff_plain;h=74c9f3506d5c438d72ba316f1a1e3c678a6f2994;p=bin.git ubuntu-backport-cockpit: Drop oracular, add plucky --- diff --git a/ubuntu-backport-cockpit b/ubuntu-backport-cockpit index b1d1828..3f677c9 100755 --- a/ubuntu-backport-cockpit +++ b/ubuntu-backport-cockpit @@ -38,7 +38,7 @@ fi cd ${PACKAGE}-* case "$TARGET" in - oracular) VER=24.10 ;; + plucky) VER=25.04 ;; noble) VER=24.04 ;; jammy) VER=22.04 ;; *) echo "Unknown target $TARGET" >&2; exit 1 ;;