From: Daan De Meyer Date: Wed, 15 Oct 2025 10:58:40 +0000 (+0200) Subject: ubuntu: Switch to devel as the default release X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7c6e2c0b1a07dc9c2c75eaacee8a6f0ebaad9e5;p=thirdparty%2Fmkosi.git ubuntu: Switch to devel as the default release Same reasoning as for the other distros, devel will always point to something recent, whereas hardcoding stable release names will get out of date very soon. --- diff --git a/mkosi.conf.d/ubuntu.conf b/mkosi.conf.d/ubuntu.conf index b4bc57254..b9584a669 100644 --- a/mkosi.conf.d/ubuntu.conf +++ b/mkosi.conf.d/ubuntu.conf @@ -4,5 +4,5 @@ Distribution=ubuntu [Distribution] -Release=noble +Release=devel Repositories=universe diff --git a/mkosi/distributions/ubuntu.py b/mkosi/distributions/ubuntu.py index 560ba00a7..2a1996f61 100644 --- a/mkosi/distributions/ubuntu.py +++ b/mkosi/distributions/ubuntu.py @@ -21,7 +21,7 @@ class Installer(debian.Installer): @classmethod def default_release(cls) -> str: - return "noble" + return "devel" @classmethod def default_tools_tree_distribution(cls) -> Distribution: