summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-14 09:26:46 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-14 09:26:46 +0100
commita45a1f08bad84b6b8c1cf779724600e3e873324d (patch)
tree839a8c8840c394ffecb4ff5a82ab69c5503e688e
parent0face6eca032d19ec29a000d5e372a08135f8663 (diff)
add php71-php-pecl-mysql-xdevapi in remi-safe + cleanup mash script for gd
-rw-r--r--mashinfo.el71
-rwxr-xr-xmashrepo17
2 files changed, 17 insertions, 1 deletions
diff --git a/mashinfo.el7 b/mashinfo.el7
index 29d651b9..e7bbb628 100644
--- a/mashinfo.el7
+++ b/mashinfo.el7
@@ -395,6 +395,7 @@ php71-php-pecl-mosquitto
php71-php-pecl-msgpack
php71-php-pecl-msgpack-devel
php71-php-pecl-mysql
+php71-php-pecl-mysql-xdevapi
php71-php-pecl-oauth
php71-php-pecl-pcs
php71-php-pecl-pcs-devel
diff --git a/mashrepo b/mashrepo
index 08ec0ff1..baf78a0a 100755
--- a/mashrepo
+++ b/mashrepo
@@ -51,6 +51,21 @@ function mash54() {
done
}
+function mashgd() {
+ echo "Mashing GD in Fedora repo"
+ for rpm in fedora/*/remi/i386/gd*; do
+ copy=${rpm/i386/x86_64}
+ if [ -f $copy ]
+ then
+ if [ $debug = 1 ]
+ then echo " $rpm (ok)"
+ fi
+ else
+ ln $rpm $copy && echo "+ $rpm"
+ fi
+ done
+}
+
debug=0
for opt in $*
do
@@ -64,7 +79,7 @@ do
done
export debug
-
+mashgd
mash54 enterprise/7 x86_64 x86_64
mash54 enterprise/6 i386 i686
mash54 enterprise/6 x86_64 x86_64