summaryrefslogtreecommitdiffstats
path: root/mashrepo
diff options
context:
space:
mode:
Diffstat (limited to 'mashrepo')
-rwxr-xr-xmashrepo26
1 files changed, 22 insertions, 4 deletions
diff --git a/mashrepo b/mashrepo
index a2812df4..20a04474 100755
--- a/mashrepo
+++ b/mashrepo
@@ -27,6 +27,21 @@ do
elif grep -q "^${name}\$" $mash
then
ln $rpm $copy && echo "+ $rpm"
+ elif [[ "^${name}" =~ "^php74" ]]
+ then
+ ln $rpm $copy && echo "+ $rpm"
+ elif [[ "^${name}" =~ "^php80" ]]
+ then
+ ln $rpm $copy && echo "+ $rpm"
+ elif [[ "^${name}" =~ "^php81" ]]
+ then
+ ln $rpm $copy && echo "+ $rpm"
+ elif [[ "^${name}" =~ "^php82" ]]
+ then
+ ln $rpm $copy && echo "+ $rpm"
+ elif [[ "^${name}" =~ "^php83" ]]
+ then
+ ln $rpm $copy && echo "+ $rpm"
else
if [ $debug = 1 ]
then echo " $rpm (ignored)"
@@ -81,10 +96,13 @@ export debug
mashgd
mash54 enterprise/7 x86_64 x86_64
-mash54 enterprise/6 i386 i686
-mash54 enterprise/6 x86_64 x86_64
+#mash54 enterprise/6 i386 i686
+#mash54 enterprise/6 x86_64 x86_64
+mashit mashinfo.el9 enterprise/9 x86_64
+mashit mashinfo.el9 enterprise/9 aarch64
mashit mashinfo.el8 enterprise/8 x86_64
+mashit mashinfo.el8 enterprise/8 aarch64
mashit mashinfo.el7 enterprise/7 x86_64
-mashit mashinfo.el6 enterprise/6 i386
-mashit mashinfo.el6 enterprise/6 x86_64
+#mashit mashinfo.el6 enterprise/6 i386
+#mashit mashinfo.el6 enterprise/6 x86_64
echo Done