]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
debian: Switch default release from unstable to testing
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 4 Mar 2022 20:57:24 +0000 (20:57 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 4 Mar 2022 21:20:48 +0000 (21:20 +0000)
Unstable is a bit too bleading edge. Let's switch to testing which
is roughly 5 days behind unstable so we don't get affected by
temporary issues that make it to unstable.

mkosi/__init__.py

index 6d0074a6ffc67c148e0e6e507a2cc0e58e674aa4..bd3e3a2b6330112845dc833d00d5597a9feccac1 100644 (file)
@@ -6224,7 +6224,7 @@ def load_args(args: argparse.Namespace) -> MkosiArgs:
         elif args.distribution == Distribution.mageia:
             args.release = "7"
         elif args.distribution == Distribution.debian:
-            args.release = "unstable"
+            args.release = "testing"
         elif args.distribution == Distribution.ubuntu:
             args.release = "focal"
         elif args.distribution == Distribution.opensuse: