From 60e0f2da246c62b9f2e33dfed5f0817e305ad90e Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 16 Jan 2019 10:15:51 +0100
Subject: add unit / unit-php to remmi-safe

---
 mashrepo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mashrepo')

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