chore: list distribution releases by release date
Old releases should be popped from the left/top and new releases should be added to the right/bottom of any distro release list.
This commit is contained in:
parent
5eda6093f4
commit
7d514a9306
14 changed files with 58 additions and 58 deletions
|
@ -8,7 +8,7 @@ from typing import Iterator, List, Optional, Set
|
|||
|
||||
DEFAULT_PACKAGES_FILENAME = "packages.ini"
|
||||
FORMATS = ("list", "line")
|
||||
DISTRIBUTIONS = ("bullseye", "bookworm", "focal", "jammy")
|
||||
DISTRIBUTIONS = ("focal", "bullseye", "jammy", "bookworm")
|
||||
|
||||
SETTINGS_SECTION = "=settings"
|
||||
DEVELOPMENT_SECTION = "=development"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue