diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-25 16:08:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-25 16:08:37 +0200 |
commit | fca66bc0c59ddd568cd4f5ca920af4b310d00044 (patch) | |
tree | 3aad99fc906f5114af64595b625b8c7a739075ac | |
parent | 83f8469102839e5fc909a8e8fb139ef5a5896418 (diff) |
scl php56 for F27
-rw-r--r-- | buildfct | 2 | ||||
-rwxr-xr-x | getmock | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -557,7 +557,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 25 24 26 + for i in 25 24 26 27 do echo -n "$(date +%X) scl56 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl56 rebuild $1 && echo " Ok." || echo " Error !" @@ -304,7 +304,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 24 25 26 + for i in 24 25 26 27 do getOneMock scl56fc${i}x $opt done |