Move legacy packages.ini to airtime_mvc
This commit is contained in:
parent
77a9d98273
commit
33933467a3
|
@ -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
|
1
install
1
install
|
@ -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"
|
||||
|
|
25
packages.ini
25
packages.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue