Skip to content

Commit

Permalink
Add upstream release as csc target: Ubuntu plucky 25.04
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jan 23, 2025
1 parent 9e45573 commit 1477b47
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/cli/plucky
1 change: 1 addition & 0 deletions config/desktop/plucky
2 changes: 1 addition & 1 deletion config/distributions/oracular/support
Original file line number Diff line number Diff line change
@@ -1 +1 @@
csc
eos
1 change: 1 addition & 0 deletions config/distributions/plucky/architectures
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arm64,armhf,riscv64,amd64
1 change: 1 addition & 0 deletions config/distributions/plucky/name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ubuntu plucky 25.04
1 change: 1 addition & 0 deletions config/distributions/plucky/order
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
1 change: 1 addition & 0 deletions config/distributions/plucky/support
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
csc
1 change: 1 addition & 0 deletions config/distributions/plucky/upgrade
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
none
2 changes: 1 addition & 1 deletion lib/functions/configuration/main-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function do_extra_configuration() {
[[ -z $BOOTPATCHDIR ]] && BOOTPATCHDIR="u-boot-$LINUXFAMILY" # @TODO move to hook
[[ -z $ATFPATCHDIR ]] && ATFPATCHDIR="atf-$LINUXFAMILY"

if [[ "$RELEASE" =~ ^(focal|jammy|noble|oracular)$ ]]; then
if [[ "$RELEASE" =~ ^(focal|jammy|noble|oracular|plucky)$ ]]; then
DISTRIBUTION="Ubuntu"
else
DISTRIBUTION="Debian"
Expand Down
4 changes: 2 additions & 2 deletions lib/functions/rootfs/distro-specific.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function install_distribution_specific() {
# create_sources_list_and_deploy_repo_key <when> <release> <basedir>
#
# <when>: rootfs|image
# <release>: bullseye|bookworm|sid|focal|jammy|noble|oracular
# <release>: bullseye|bookworm|sid|focal|jammy|noble|oracular|plucky
# <basedir>: path to root directory
#
function create_sources_list_and_deploy_repo_key() {
Expand Down Expand Up @@ -139,7 +139,7 @@ function create_sources_list_and_deploy_repo_key() {
fi
;;

focal | jammy | noble | oracular)
focal | jammy | noble | oracular | plucky)
cat <<- EOF > "${basedir}"/etc/apt/sources.list
deb http://${UBUNTU_MIRROR} $release main restricted universe multiverse
#deb-src http://${UBUNTU_MIRROR} $release main restricted universe multiverse
Expand Down

0 comments on commit 1477b47

Please sign in to comment.