diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-24 13:08:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-24 13:08:59 +0200 |
commit | 17bc6968939156eb15073269ea518b5c0d037bb7 (patch) | |
tree | 5090046dc106c58dec4e17dc1d3eedae2e874f2a | |
parent | 4a48bd4ad5d6f1da0b6abdeff5c7ae454433ead7 (diff) |
F29 have SCLs
-rw-r--r-- | buildfct | 2 | ||||
-rwxr-xr-x | getmock | 10 |
2 files changed, 6 insertions, 6 deletions
@@ -778,7 +778,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 27 28 26 + for i in 27 28 29 26 do echo -n "$(date +%X) scl56 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl56 rebuild $1 && echo " Ok." || echo " Error !" @@ -335,7 +335,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 26 27 28 + for i in 26 27 28 29 do getOneMock scl56fc${i}x $opt done @@ -345,7 +345,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 26 27 28 + for i in 26 27 28 29 do getOneMock scl70fc${i}x $opt done @@ -355,7 +355,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 26 27 28 + for i in 26 27 28 29 do getOneMock scl71fc${i}x $opt done @@ -365,7 +365,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl73 ]; then - for i in 27 28 + for i in 27 28 29 do getOneMock scl73fc${i}x $opt done @@ -375,7 +375,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 26 27 28 + for i in 26 27 28 29 do getOneMock scl72fc${i}x $opt done |