]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
mageia: Use cauldron as the default release
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 3 May 2023 12:24:03 +0000 (14:24 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 3 May 2023 17:33:42 +0000 (19:33 +0200)
Let's use the development release of mageia as the default release
to avoid it getting outdated all the time.

mkosi/config.py

index ccbd2c3da8c7ca47887975adc2fc397ab5d6978b..2af6ab6d7166aa4492c95f48536d5e68d536d744 100644 (file)
@@ -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",