From 60e0f2da246c62b9f2e33dfed5f0817e305ad90e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Jan 2019 10:15:51 +0100 Subject: add unit / unit-php to remmi-safe --- mashinfo.el6 | 8 ++++++++ mashinfo.el7 | 9 +++++++++ mashinfo.el8 | 1 + mashrepo | 2 +- 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/mashinfo.el6 b/mashinfo.el6 index ad6049a6..60329004 100644 --- a/mashinfo.el6 +++ b/mashinfo.el6 @@ -47,6 +47,7 @@ sphinx sphinx-debuginfo sphinx-java sphinx-php +unit wkhtmltopdf-opt zephir # For amazon users @@ -235,6 +236,7 @@ php70-php-xml php70-php-xmlrpc php70-php-zstd php70-uwsgi-plugin-php +php70-unit-php php70-runtime php70-scldevel php70-zephir @@ -423,6 +425,7 @@ php71-php-xml php71-php-xmlrpc php71-php-zstd php71-uwsgi-plugin-php +php71-unit-php php71-runtime php71-scldevel php71-zephir @@ -646,6 +649,7 @@ php56-php-xml php56-php-xmlrpc php56-php-zstd php56-uwsgi-plugin-php +php56-unit-php php56-runtime php56-scldevel php56-xcache-admin @@ -909,6 +913,7 @@ php54-php-xml php54-php-xmlrpc php54-php-zstd php54-uwsgi-plugin-php +php54-unit-php php54-runtime php54-scldevel php54-xcache-admin @@ -1133,6 +1138,7 @@ php55-php-xml php55-php-xmlrpc php55-php-zstd php55-uwsgi-plugin-php +php55-unit-php php55-runtime php55-scldevel php55-xcache-admin @@ -1325,6 +1331,7 @@ php72-php-xml php72-php-xmlrpc php72-php-zstd php72-uwsgi-plugin-php +php72-unit-php php72-runtime php72-scldevel php72-zephir @@ -1515,6 +1522,7 @@ php73-php-xml php73-php-xmlrpc php73-php-zstd php73-uwsgi-plugin-php +php73-unit-php php73-runtime php73-scldevel php73-zephir diff --git a/mashinfo.el7 b/mashinfo.el7 index 98848950..f5a352ca 100644 --- a/mashinfo.el7 +++ b/mashinfo.el7 @@ -162,6 +162,8 @@ yaz yaz-doc libyaz libyaz-devel +unit +unit-php wkhtmltopdf-opt zephir php70 @@ -360,6 +362,7 @@ php70-php-xml php70-php-xmlrpc php70-php-zstd php70-uwsgi-plugin-php +php70-unit-php php70-runtime php70-scldevel php70-zephir @@ -562,6 +565,7 @@ php71-php-xml php71-php-xmlrpc php71-php-zstd php71-uwsgi-plugin-php +php71-unit-php php71-runtime php71-scldevel php71-zephir @@ -793,6 +797,7 @@ php56-php-xml php56-php-xmlrpc php56-php-zstd php56-uwsgi-plugin-php +php56-unit-php php56-runtime php56-scldevel php56-xcache-admin @@ -1063,6 +1068,7 @@ php54-php-xml php54-php-xmlrpc php54-php-zstd php54-uwsgi-plugin-php +php54-unit-php php54-runtime php54-scldevel php54-xcache-admin @@ -1295,6 +1301,7 @@ php55-php-xml php55-php-xmlrpc php55-php-zstd php55-uwsgi-plugin-php +php55-unit-php php55-runtime php55-scldevel php55-xcache-admin @@ -1501,6 +1508,7 @@ php72-php-xml php72-php-xmlrpc php72-php-zstd php72-uwsgi-plugin-php +php72-unit-php php72-runtime php72-scldevel php72-zephir @@ -1705,6 +1713,7 @@ php73-php-xml php73-php-xmlrpc php73-php-zstd php73-uwsgi-plugin-php +php73-unit-php php73-runtime php73-scldevel php73-zephir diff --git a/mashinfo.el8 b/mashinfo.el8 index 40605848..4c195bd0 100644 --- a/mashinfo.el8 +++ b/mashinfo.el8 @@ -161,6 +161,7 @@ yaz yaz-doc libyaz libyaz-devel +unit wkhtmltopdf-opt zephir php70 diff --git a/mashrepo b/mashrepo index 2a4d0125..a2812df4 100755 --- a/mashrepo +++ b/mashrepo @@ -38,7 +38,7 @@ done function mash54() { echo "Mashing php54 $2 $3" - for rpm in $1/remi/$2/php-*5.4*$3.rpm $1/remi/$2/uwsgi-*5.4*$3.rpm; do + for rpm in $1/remi/$2/php-*5.4*$3.rpm $1/remi/$2/uwsgi-*5.4*$3.rpm $1/remi/$2/unit-php-*5.4*$3.rpm; do copy=${rpm/remi/php54} if [ -f $copy ] then -- cgit