diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-09-12 11:34:18 +0200 |
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-09-12 11:34:18 +0200 |
| commit | 3189a8e93713ac3ce00f5eeb5bfe64b50c3c9b49 (patch) | |
| tree | e0040b97da43b18261f66d3b9f18271abfc7b336 | |
| parent | 2d20e39ff0d2ed1828ebb56582f7d840b82bc9c6 (diff) | |
php70 build for F25
| -rw-r--r-- | buildfct | 2 | ||||
| -rwxr-xr-x | getmock | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 !" @@ -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 |
