summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-20 16:52:12 +0100
committerRemi Collet <remi@remirepo.net>2020-02-20 16:52:12 +0100
commitc65551e50fe7bccb742ad33e8c2e14bb3bb8da27 (patch)
tree9e38f4f87c59471d0702c2c061c7da03158cabcf
parent5d81899fa24171faf319f0c5822150dc9cbe51a2 (diff)
F32 have SCLs now
-rw-r--r--buildfct22
-rwxr-xr-xgetmock23
2 files changed, 20 insertions, 25 deletions
diff --git a/buildfct b/buildfct
index 209c3d7..f5aeafa 100644
--- a/buildfct
+++ b/buildfct
@@ -368,7 +368,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 31 30
+ for i in 31 32 30
do
echo -n "$(date +%X) fc$i "
mock $quiet --configdir=$mocketc -r fc${i}x rebuild $1 && echo " Ok." || echo " Error !"
@@ -394,7 +394,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 31 30
+ for i in 31 30 32
do
echo -n "$(date +%X) fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xr rebuild $1 && echo " Ok." || echo " Error !"
@@ -420,7 +420,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 31 30
+ for i in 31 30 32
do
echo -n "$(date +%X) fc$i "
mock $quiet --configdir=$mocketc -r fc${i}x rebuild $1 && echo " Ok." || echo " Error !"
@@ -583,7 +583,7 @@ fi
if [ -f "$1" ]; then
date +%X
pids=""
- for i in 31 30
+ for i in 32 31 30
do
echo -n ""
(mock $quiet --configdir=$mocketc -r fc${i}x rebuild $1 && echo "$(date +%X) (72) fc$i Ok." || echo "fc$1 Error !")&
@@ -616,7 +616,7 @@ fi
if [ -f "$1" ]; then
date +%X
pids=""
- for i in 31 30
+ for i in 32 31 30
do
echo -n ""
(mock $quiet --configdir=$mocketc -r fc${i}x rebuild $1 && echo "$(date +%X) (72) fc$i Ok." || echo "fc$1 Error !")&
@@ -853,7 +853,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 31 30
+ for i in 31 32 30
do
echo -n "$(date +%X) scl74 fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xscl74 rebuild $1 && echo " Ok." || echo " Error !"
@@ -879,7 +879,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 31 30
+ for i in 31 32 30
do
echo -n "$(date +%X) scl73 fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xscl73 rebuild $1 && echo " Ok." || echo " Error !"
@@ -905,7 +905,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 31 30
+ for i in 31 30 32
do
echo -n "$(date +%X) scl72 fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xscl72 rebuild $1 && echo " Ok." || echo " Error !"
@@ -931,7 +931,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 31 30
+ for i in 31 30 32
do
echo -n "$(date +%X) scl71 fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xscl71 rebuild $1 && echo " Ok." || echo " Error !"
@@ -957,7 +957,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 31 30
+ for i in 31 32 30
do
echo -n "$(date +%X) scl70 fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xscl70 rebuild $1 && echo " Ok." || echo " Error !"
@@ -983,7 +983,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 31 30
+ for i in 31 32 30
do
echo -n "$(date +%X) scl56 fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xscl56 rebuild $1 && echo " Ok." || echo " Error !"
diff --git a/getmock b/getmock
index 03c3884..04476d6 100755
--- a/getmock
+++ b/getmock
@@ -273,7 +273,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in 29 30
+ for i in 30
do
getOneMock fc${i}i $opt
done
@@ -329,11 +329,6 @@ elif [ $1 = all72 ]; then
elif [ $1 = all73 ]; then
[ $opt = remi ] && opt=php73
[ $opt = test ] && opt=test73
- for n in 29
- do
- getOneMock fc${n}i $opt '*7.3*'
- getOneMock fc${n}x $opt '*7.3*'
- done
n=6
getOneMock el${n}i $opt '*7.3*'
getOneMock el${n}x $opt '*7.3*'
@@ -343,7 +338,7 @@ elif [ $1 = all73 ]; then
elif [ $1 = all74 ]; then
[ $opt = remi ] && opt=php74
[ $opt = test ] && opt=test74
- for n in 29 30
+ for n in 30
do
getOneMock fc${n}i $opt '*7.4*'
getOneMock fc${n}x $opt '*7.4*'
@@ -374,7 +369,7 @@ elif [ $1 = for55 ]; then
done
elif [ $1 = allx ]; then
- for i in 29 30 31 32
+ for i in 30 31 32
do
getOneMock fc${i}x $opt
done
@@ -396,7 +391,7 @@ elif [ $1 = scl55 ]; then
done
elif [ $1 = scl56 ]; then
- for i in 29 30 31
+ for i in 30 31 32
do
getOneMock scl56fc${i}x $opt
done
@@ -406,7 +401,7 @@ elif [ $1 = scl56 ]; then
done
elif [ $1 = scl70 ]; then
- for i in 29 30 31
+ for i in 30 31 32
do
getOneMock scl70fc${i}x $opt
done
@@ -416,7 +411,7 @@ elif [ $1 = scl70 ]; then
done
elif [ $1 = scl71 ]; then
- for i in 29 30 31
+ for i in 30 31 32
do
getOneMock scl71fc${i}x $opt
done
@@ -426,7 +421,7 @@ elif [ $1 = scl71 ]; then
done
elif [ $1 = scl74 ]; then
- for i in 29 30 31
+ for i in 30 31 32
do
getOneMock scl74fc${i}x $opt
done
@@ -436,7 +431,7 @@ elif [ $1 = scl74 ]; then
done
elif [ $1 = scl73 ]; then
- for i in 29 30 31
+ for i in 30 31 32
do
getOneMock scl73fc${i}x $opt
done
@@ -446,7 +441,7 @@ elif [ $1 = scl73 ]; then
done
elif [ $1 = scl72 ]; then
- for i in 29 30 31
+ for i in 30 31 32
do
getOneMock scl72fc${i}x $opt
done