]> git.ipfire.org Git - thirdparty/mkosi.git/commit
fedora: fix selection of rawhide 807/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 10 Sep 2021 16:22:20 +0000 (18:22 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 10 Sep 2021 16:23:54 +0000 (18:23 +0200)
commitad8e9db16545c830a385318202abde459723062b
tree5f23552256fe23f43d7baafa3bdbe9c03d6b7322
parent1cd0b8ff0914e8d6231175a404f59a37fe0b2410
fedora: fix selection of rawhide

The keys are sorted, but by using sorted() we were "sorting" again
alphabetically, getting the order of "10", …, "36", "7", "8", "9".
mkosi/__init__.py