X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=ubuntu-backport-cockpit;h=36b281ec46efff3b5a052a9a01871f995a0ab028;hb=ecde4fe02bd0aeb9c9269b938e975a7b735b0590;hp=8d46bf8664754d18d44c5a58a30edebc7813ed1e;hpb=9d5c15961776e288a1838c6ca2289eb96babee17;p=bin.git diff --git a/ubuntu-backport-cockpit b/ubuntu-backport-cockpit index 8d46bf8..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() { @@ -25,15 +25,15 @@ upload() { rm -r ${PACKAGE}-* } +rm -rf /tmp/backport mkdir /tmp/backport cd /tmp/backport apt-get source $PACKAGE cd ${PACKAGE}-* case "$TARGET" in - jammy) VER=22.04 ;; - impish) VER=21.10 ;; - focal) VER=20.04 ;; + oracular) VER=24.10 ;; + noble) VER=24.04 ;; *) echo "Unknown target $TARGET" >&2; exit 1 ;; esac