Merge pull request #1375 from jooola/feat/explode_root_packages.ini

Move legacy packages.ini to airtime_mvc
This commit is contained in:
Kyle Robbertze 2021-10-05 13:23:45 +00:00 committed by GitHub
commit f286581a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 25 deletions

25
airtime_mvc/packages.ini Normal file
View File

@ -0,0 +1,25 @@
# This file contains a list of package dependencies.
[common]
apache2 = buster, bionic
php-apcu = buster, bionic
php-pear = buster, bionic
# Bionic
libapache2-mod-php7.2 = bionic
php-bcmath = bionic
php-mbstring = bionic
php7.2 = bionic
php7.2-curl = bionic
php7.2-gd = bionic
php7.2-pgsql = bionic
php7.2-xml = bionic
# Buster
libapache2-mod-php7.3 = buster
php-amqplib = buster
php7.3 = buster
php7.3-bcmath = buster
php7.3-curl = buster
php7.3-dev = buster
php7.3-gd = buster
php7.3-mbstring = buster
php7.3-pgsql = buster
php7.3-xml = buster

View File

@ -757,6 +757,7 @@ if [ "$ignore_dependencies" = "f" ]; then
packages_files=(
"${SCRIPT_DIR}/"
"${SCRIPT_DIR}/airtime_mvc"
"${SCRIPT_DIR}/api"
"${SCRIPT_DIR}/python_apps/airtime_analyzer"
"${SCRIPT_DIR}/python_apps/pypo"

View File

@ -11,31 +11,6 @@ curl = buster, bionic
unzip = buster, bionic
zip = buster, bionic
[legacy]
apache2 = buster, bionic
php-apcu = buster, bionic
php-pear = buster, bionic
# Bionic
libapache2-mod-php7.2 = bionic
php-bcmath = bionic
php-mbstring = bionic
php7.2 = bionic
php7.2-curl = bionic
php7.2-gd = bionic
php7.2-pgsql = bionic
php7.2-xml = bionic
# Buster
libapache2-mod-php7.3 = buster
php-amqplib = buster
php7.3 = buster
php7.3-bcmath = buster
php7.3-curl = buster
php7.3-dev = buster
php7.3-gd = buster
php7.3-mbstring = buster
php7.3-pgsql = buster
php7.3-xml = buster
[installer]
lsb-release = buster, bionic
xmlstarlet = buster, bionic