From 430d65d6ad59fd29a8c934d0e3ce824f591f25ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Feb 2017 14:47:33 +0100 Subject: remi-php54 repo --- mashrepo | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'mashrepo') diff --git a/mashrepo b/mashrepo index 57fc558a..0dd6e7d1 100755 --- a/mashrepo +++ b/mashrepo @@ -36,6 +36,21 @@ do done } +function mash54() { + echo "Mashing php54 $2 $3" + for rpm in $1/remi/$2/php-*5.4*rpm; do + copy=${rpm/remi/php54} + 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 @@ -49,6 +64,10 @@ do done export debug + +mash54 enterprise/7 x86_64 +mash54 enterprise/6 i386 +mash54 enterprise/6 x86_64 mashit mashinfo.el7 enterprise/7 x86_64 mashit mashinfo.el6 enterprise/6 i386 mashit mashinfo.el6 enterprise/6 x86_64 -- cgit