diff options
Diffstat (limited to 'mockit')
-rwxr-xr-x | mockit | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -143,19 +143,15 @@ case $DIST in LST="72 73 74 80 81 82 83" SCL="56 70 71 72 73 74 80 81 82 83" ;; - el7x) - LST="54 55 56 70 71 72 73 74 80 81 82 83" - SCL="54 55 56 70 71 72 73 74 80 81 82 83" - ;; allx) if [ $REDIS -ge 1 ]; then - for i in fc38x fc39x fc40x el7x el8x el9x fc39a fc40a el8a el9a + for i in fc38x fc39x fc40x el8x el9x fc39a fc40a el8a el9a do [ $BUILD_BASE -ge 1 ] && $0 --redis --base $SRPM $i $MIN $MAX $@ [ $BUILD_SCLS -ge 1 ] && $0 --redis --scl $SRPM $i $MIN $MAX $@ done else - echo Not support for direct build + echo Not supported for direct build fi ;; *) |