diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-12 08:38:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-12 08:38:08 +0200 |
commit | 69cd754d5d7c4b6d77d309c0f275f0c50abb92c5 (patch) | |
tree | 09392b9ca345bec6db5edfa3087ab9585a4ebb0a | |
parent | 393b3f47c2a41abdb7904b38b746de4aa2483722 (diff) |
php55 build for F25
-rw-r--r-- | buildfct | 2 | ||||
-rwxr-xr-x | getmock | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -543,7 +543,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 23 24 22 21 + for i in 23 25 24 22 21 do echo -n "$(date +%X) scl55 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl55 rebuild $1 && echo " Ok." || echo " Error !" @@ -288,7 +288,7 @@ elif [ $1 = scl54 ]; then done elif [ $1 = scl55 ]; then - for i in 21 22 23 24 + for i in 21 22 23 24 25 do getOneMock scl55fc${i}x $opt done |