diff options
| -rw-r--r-- | buildfct | 2 | ||||
| -rwxr-xr-x | getmock | 2 | 
2 files changed, 2 insertions, 2 deletions
@@ -531,7 +531,7 @@ if [ "$1" = "-q" ]; then  fi  if [ -f "$1" ]; then -  for i in 25 26 24 +  for i in 25 26 27 24    do      echo -n "$(date +%X) scl70 fc$i "      mock $quiet --configdir=$mocketc -r fc${i}xscl70 rebuild $1 && echo " Ok." || echo " Error !" @@ -314,7 +314,7 @@ elif [ $1 = scl56 ]; then  	done  elif [ $1 = scl70 ]; then -	for i in 24 25 26 +	for i in 24 25 26 27  	do  		getOneMock scl70fc${i}x $opt  	done  | 
