Skip to content
Snippets Groups Projects
Commit 0990d6f3 authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy Committed by Peter Palfrader
Browse files

Add Ubuntu 24.10 (Oracular Oriole) and Noble Numbat (24.04 LTS).

parent 19ff377a
No related branches found
No related tags found
No related merge requests found
Pipeline #256635 canceled
......@@ -88,6 +88,8 @@ jammy jammy 1
kinetic kinetic 1
lunar lunar 1
mantic mantic 1
noble noble 1
oracular oracular 1
EOF
)
if [ -z "$result" ] ; then
......
......@@ -196,11 +196,21 @@ backport_all() {
bp1 $pkg $dir $sid_debian_version lunar
bp2 $pkg $dir $origtar
# mantic (EOL: 202????)
# mantic (EOL: 2024-07?)
#################################################
bp1 $pkg $dir $sid_debian_version mantic
bp2 $pkg $dir $origtar
# noble (EOL: 2036-04)
#################################################
bp1 $pkg $dir $sid_debian_version noble
bp2 $pkg $dir $origtar
# oracular (EOL: 2025-07)
#################################################
bp1 $pkg $dir $sid_debian_version oracular
bp2 $pkg $dir $origtar
#################################################
## BPO
#################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment