Skip to content

Commit

Permalink
Merge pull request MediaArea#304 from g-maxime/u24.10
Browse files Browse the repository at this point in the history
Add Ubuntu 24.10
  • Loading branch information
JeromeMartinez authored Oct 11, 2024
2 parents f38ee2a + 31c84b2 commit ae1d697
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions build_release/Generate_DL_pages_dist.conf
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,5 @@ ubuntu_22_10_title = "Ubuntu 22.10 (Kinetic Kudu)"
ubuntu_23_04_title = "Ubuntu 23.04 (Lunar Lobster)"
ubuntu_23_10_title = "Ubuntu 23.10 (Mantic Minotaur)"
ubuntu_24_04_title = "Ubuntu 24.04 (Noble Numbat)"
ubuntu_24_04_title = "Ubuntu 24.10 (Oracular Oriole)"
ubuntu_next_standard_title = "Ubuntu Next"
3 changes: 2 additions & 1 deletion build_release/Repo_dist.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ Ubuntu_names = [
("Ubuntu_22.10", "kinetic"),
("Ubuntu_23.04", "lunar"),
("Ubuntu_23.10", "mantic"),
("Ubuntu_24.04", "noble")
("Ubuntu_24.04", "noble"),
("Ubuntu_24.10", "oracular")
]
2 changes: 1 addition & 1 deletion prepare_source/modules/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function deb_obs () {
local deb9="xUbuntu_16.04 xUbuntu_18.04"
local deb10="xUbuntu_19.04 xUbuntu_20.04 xUbuntu_21.04 Debian_10 Raspbian_10"
local deb11="Debian_11 Raspbian_11 xUbuntu_22.04 Ubuntu_22.10"
local deb12="Ubuntu_23.04 Ubuntu_23.10 Debian_12 Raspbian_12 Ubuntu_24.04"
local deb12="Ubuntu_23.04 Ubuntu_23.10 Debian_12 Raspbian_12 Ubuntu_24.04 Ubuntu_24.10"

local Targets="$deb9 $deb10 $deb11 $deb12"

Expand Down

0 comments on commit ae1d697

Please sign in to comment.