From: Daan De Meyer Date: Wed, 3 May 2023 12:24:03 +0000 (+0200) Subject: mageia: Use cauldron as the default release X-Git-Tag: v15~183^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512cb71f1b0e0886f9cda33ea94aa5af934018f9;p=thirdparty%2Fmkosi.git mageia: Use cauldron as the default release Let's use the development release of mageia as the default release to avoid it getting outdated all the time. --- diff --git a/mkosi/config.py b/mkosi/config.py index ccbd2c3da..2af6ab6d7 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -173,7 +173,7 @@ def config_default_release(namespace: argparse.Namespace) -> Any: Distribution.centos: "9", Distribution.rocky: "9", Distribution.alma: "9", - Distribution.mageia: "7", + Distribution.mageia: "cauldron", Distribution.debian: "testing", Distribution.ubuntu: "jammy", Distribution.opensuse: "tumbleweed",