summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-12 11:34:18 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-12 11:34:18 +0200
commit3189a8e93713ac3ce00f5eeb5bfe64b50c3c9b49 (patch)
treee0040b97da43b18261f66d3b9f18271abfc7b336
parent2d20e39ff0d2ed1828ebb56582f7d840b82bc9c6 (diff)
php70 build for F25
-rw-r--r--buildfct2
-rwxr-xr-xgetmock2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildfct b/buildfct
index b0d28a9..c49c22f 100644
--- a/buildfct
+++ b/buildfct
@@ -491,7 +491,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 23 24 22 21
+ for i in 23 24 22 21 25
do
echo -n "$(date +%X) scl70 fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xscl70 rebuild $1 && echo " Ok." || echo " Error !"
diff --git a/getmock b/getmock
index 15b62c8..f8b1e7b 100755
--- a/getmock
+++ b/getmock
@@ -308,7 +308,7 @@ elif [ $1 = scl56 ]; then
done
elif [ $1 = scl70 ]; then
- for i in 21 22 23 24
+ for i in 21 22 23 24 25
do
getOneMock scl70fc${i}x $opt
done