diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-02 12:04:44 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-02 12:04:44 +0200 |
commit | 491be9cbf68b47e4e23c166179d8ed7e7fb87b2c (patch) | |
tree | e1b263c10e2a4e3561f018cf665bd0e13f6ba94a /mockit | |
parent | efb262ecbde1ab10e6f08c10c450e7ef434b9926 (diff) |
EL-7 is EOL
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 ;; *) |