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:
jo 2022-09-09 20:45:59 +02:00 committed by Kyle Robbertze
parent 5eda6093f4
commit 7d514a9306
14 changed files with 58 additions and 58 deletions

View file

@ -2,31 +2,31 @@
[common]
# The php-pear package depends on php-(cli|common|xml), be sure to
# install the dependencies with the right php version.
php-pear = bullseye, focal
php-amqplib = bullseye, focal
php-pear = focal, bullseye
php-amqplib = focal, bullseye
[locale]
gettext = bullseye, focal
gettext = focal, bullseye
# [apache]
# apache2 = bullseye, focal
# libapache2-mod-php7.4 = bullseye, focal
# apache2 = focal, bullseye
# libapache2-mod-php7.4 = focal, bullseye
[php-fpm]
php7.4-fpm = bullseye, focal
php7.4-fpm = focal, bullseye
# Bullseye, Focal
# Focal, Bullseye
[php7.4]
php7.4 = bullseye, focal
php7.4-apcu = bullseye, focal
php7.4-apcu-bc = bullseye, focal
php7.4-bcmath = bullseye, focal
php7.4-cli = bullseye, focal
php7.4-common = bullseye, focal
php7.4-curl = bullseye, focal
php7.4-dev = bullseye, focal
php7.4-gd = bullseye, focal
php7.4-mbstring = bullseye, focal
php7.4-pgsql = bullseye, focal
php7.4-xml = bullseye, focal
php7.4-yaml = bullseye, focal
php7.4 = focal, bullseye
php7.4-apcu = focal, bullseye
php7.4-apcu-bc = focal, bullseye
php7.4-bcmath = focal, bullseye
php7.4-cli = focal, bullseye
php7.4-common = focal, bullseye
php7.4-curl = focal, bullseye
php7.4-dev = focal, bullseye
php7.4-gd = focal, bullseye
php7.4-mbstring = focal, bullseye
php7.4-pgsql = focal, bullseye
php7.4-xml = focal, bullseye
php7.4-yaml = focal, bullseye