]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
fedora: bump default version to 34 711/head
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 29 Apr 2021 14:29:49 +0000 (16:29 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 29 Apr 2021 14:29:49 +0000 (16:29 +0200)
mkosi/__init__.py

index 8c00791f639410b022b92f3491f7694c2cfed8d9..aa2db7f58cc1ae848ebd67d3fc6bdbbf0064476f 100644 (file)
@@ -5693,7 +5693,7 @@ def load_args(args: argparse.Namespace) -> CommandLineArguments:
 
     if args.release is None:
         if args.distribution == Distribution.fedora:
-            args.release = "33"
+            args.release = "34"
         elif args.distribution in (Distribution.centos, Distribution.centos_epel):
             args.release = "8"
         elif args.distribution == Distribution.mageia: