From 7a914b34e13b2ba7fd6d59b5852bbc46d0ca9b1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2017 17:45:05 +0200 Subject: add uwsgi-plugin-php --- mashinfo.el6 | 5 +++++ mashinfo.el7 | 5 +++++ mashrepo | 2 +- repotmpl/group.pyc | Bin 14653 -> 14813 bytes repotmpl/index.pyc | Bin 16014 -> 16174 bytes repotmpl/package.pyc | Bin 18259 -> 18419 bytes 6 files changed, 11 insertions(+), 1 deletion(-) diff --git a/mashinfo.el6 b/mashinfo.el6 index 3eb586ef..1bb60e10 100644 --- a/mashinfo.el6 +++ b/mashinfo.el6 @@ -194,6 +194,7 @@ php70-php-tarantool php70-php-tidy php70-php-xml php70-php-xmlrpc +php70-uwsgi-plugin-php php70-runtime php70-scldevel php70-zephir @@ -350,6 +351,7 @@ php71-php-tarantool php71-php-tidy php71-php-xml php71-php-xmlrpc +php71-uwsgi-plugin-php php71-runtime php71-scldevel php71-zephir @@ -559,6 +561,7 @@ php56-php-twig php56-php-xcache php56-php-xml php56-php-xmlrpc +php56-uwsgi-plugin-php php56-runtime php56-scldevel php56-xcache-admin @@ -809,6 +812,7 @@ php54-php-twig php54-php-xcache php54-php-xml php54-php-xmlrpc +php54-uwsgi-plugin-php php54-runtime php54-scldevel php54-xcache-admin @@ -1023,6 +1027,7 @@ php55-php-twig php55-php-xcache php55-php-xml php55-php-xmlrpc +php55-uwsgi-plugin-php php55-runtime php55-scldevel php55-xcache-admin diff --git a/mashinfo.el7 b/mashinfo.el7 index 37e72c94..ec9fb3fa 100644 --- a/mashinfo.el7 +++ b/mashinfo.el7 @@ -317,6 +317,7 @@ php70-php-tarantool php70-php-tidy php70-php-xml php70-php-xmlrpc +php70-uwsgi-plugin-php php70-runtime php70-scldevel php70-zephir @@ -484,6 +485,7 @@ php71-php-tarantool php71-php-tidy php71-php-xml php71-php-xmlrpc +php71-uwsgi-plugin-php php71-runtime php71-scldevel php71-zephir @@ -701,6 +703,7 @@ php56-php-twig php56-php-xcache php56-php-xml php56-php-xmlrpc +php56-uwsgi-plugin-php php56-runtime php56-scldevel php56-xcache-admin @@ -958,6 +961,7 @@ php54-php-twig php54-php-xcache php54-php-xml php54-php-xmlrpc +php54-uwsgi-plugin-php php54-runtime php54-scldevel php54-xcache-admin @@ -1180,6 +1184,7 @@ php55-php-twig php55-php-xcache php55-php-xml php55-php-xmlrpc +php55-uwsgi-plugin-php php55-runtime php55-scldevel php55-xcache-admin diff --git a/mashrepo b/mashrepo index baf78a0a..fabdde3d 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; do + for rpm in $1/remi/$2/php-*5.4*$3.rpm $1/remi/$2/uwsgi-*5.4*$3.rpm; do copy=${rpm/remi/php54} if [ -f $copy ] then diff --git a/repotmpl/group.pyc b/repotmpl/group.pyc index 799c5705..a39a663a 100644 Binary files a/repotmpl/group.pyc and b/repotmpl/group.pyc differ diff --git a/repotmpl/index.pyc b/repotmpl/index.pyc index b5edbcc3..dd957302 100644 Binary files a/repotmpl/index.pyc and b/repotmpl/index.pyc differ diff --git a/repotmpl/package.pyc b/repotmpl/package.pyc index 90349928..12b8bbcd 100644 Binary files a/repotmpl/package.pyc and b/repotmpl/package.pyc differ -- cgit