diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-11 09:48:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-11 09:48:04 +0200 |
commit | 75612736507f652547ade2ebbbb28838d9b04e57 (patch) | |
tree | 8556d6123bc923077bb3840638561a1fa2c2dbbe /getmock | |
parent | 106e56bff375ed27fe42085929d854ec8771dc96 (diff) |
F25 build stuff
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -184,7 +184,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 21 22 23 24 + for i in 21 22 23 24 25 do getOneMock fc${i}i $opt done @@ -227,7 +227,7 @@ elif [ $1 = all70 ]; then elif [ $1 = all71 ]; then [ $opt = remi ] && opt=php71 [ $opt = test ] && opt=test71 - for n in 23 24 + for n in 23 24 25 do getOneMock fc${n}i $opt getOneMock fc${n}x $opt @@ -268,7 +268,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 21 22 23 24 + for i in 21 22 23 24 25 do getOneMock fc${i}x $opt done |