diff options
-rw-r--r-- | buildfct | 2 | ||||
-rwxr-xr-x | getmock | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -579,7 +579,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) scl56 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl56 rebuild $1 && echo " Ok." || echo " Error !" @@ -298,7 +298,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 21 22 23 24 + for i in 21 22 23 24 25 do getOneMock scl56fc${i}x $opt done |