diff options
-rw-r--r-- | buildfct | 2 | ||||
-rwxr-xr-x | getmock | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -519,7 +519,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 23 22 21 + for i in 23 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 !" @@ -267,7 +267,7 @@ elif [ $1 = scl54 ]; then done elif [ $1 = scl55 ]; then - for i in 21 22 23 + for i in 21 22 23 24 do getOneMock scl55fc${i}x $opt done |