summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-24 09:37:24 +0200
committerRemi Collet <remi@remirepo.net>2017-08-24 09:37:24 +0200
commitadacd10c15d4ae6d31054ff6423e63506cf6b5d9 (patch)
treede284d53841a22e79d0b6c13b67c3a19b9557556
parent1b290199113f15d67c56d11ac661e0ff25458de8 (diff)
scl php71 for F27
-rw-r--r--buildfct2
-rwxr-xr-xgetmock2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildfct b/buildfct
index a275542..9cb9796 100644
--- a/buildfct
+++ b/buildfct
@@ -505,7 +505,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 25 26 24
+ for i in 25 26 27 24
do
echo -n "$(date +%X) scl71 fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xscl71 rebuild $1 && echo " Ok." || echo " Error !"
diff --git a/getmock b/getmock
index ee19603..0cbc2ca 100755
--- a/getmock
+++ b/getmock
@@ -324,7 +324,7 @@ elif [ $1 = scl70 ]; then
done
elif [ $1 = scl71 ]; then
- for i in 24 25 26
+ for i in 24 25 26 27
do
getOneMock scl71fc${i}x $opt
done