diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-10 18:34:43 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-10 18:34:43 +0100 |
commit | 464f7bb10260632d7e2c7edb8f39e0a7b1d15145 (patch) | |
tree | 27949c233d330b8176fb0188b14393d32a2725a7 /buildfct | |
parent | 4712b2185e20f26a7691502e30ecd77ad7b9f673 (diff) |
add config for f21 test
Diffstat (limited to 'buildfct')
-rw-r--r-- | buildfct | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -223,7 +223,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in $(seq 20 -1 18) + for i in $(seq 21 -1 18) do echo -n "$(date +%X) test-fc$i " setarch i686 mock $quiet --configdir=$mocketc -r fc${i}it --arch i686 rebuild $1 && echo " Ok." || echo " Error !" @@ -420,7 +420,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in $(seq 20 -1 18) + for i in $(seq 21 -1 18) do echo -n "$(date +%X) test-fc$i " mock $quiet --configdir=$mocketc -r fc${i}xt rebuild $1 && echo " Ok." || echo " Error !" |