diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-07 08:06:08 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-07 08:06:08 +0100 |
commit | 6a3044b9e6ed86167068af2aa3a2dd2c5a62af42 (patch) | |
tree | c1a0d22b39e361f92f2de0cc1eec904893e83bd7 | |
parent | 58a20bf669547c29ed499cdf9fce27094474a475 (diff) |
buider: build php70 SCL for F24
-rw-r--r-- | buildfct | 2 | ||||
-rwxr-xr-x | getmock | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -467,7 +467,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 23 22 21 20 + for i in 23 24 22 21 20 do echo -n "$(date +%X) scl70 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl70 rebuild $1 && echo " Ok." || echo " Error !" @@ -287,7 +287,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 20 21 22 23 + for i in 20 21 22 23 24 do getOneMock scl70fc${i}x $opt done |