diff options
Diffstat (limited to 'mockit')
-rwxr-xr-x | mockit | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -145,17 +145,21 @@ fi # PHP version matrix echo mockit $SRPM $DIST $MIN $MAX $@ case $DIST in - fc42x|fc42a|fc40x|fc40a|fc41x|fc41a|el9x|el9a|el10x|el10a) + fc40x|fc40a) LST="74 80 81 82 83 84" SCL="74 80 81 82 83 84" ;; + fc42x|fc42a|fc41x|fc41a|el9x|el9a|el10x|el10a) + LST="74 80 81 82 83 84" + SCL="74 80 81 82 83 84 85" + ;; el8a) LST="72 73 74 80 81 82 83 84" - SCL="72 73 74 80 81 82 83 84" + SCL="72 73 74 80 81 82 83 84 85" ;; el8x) LST="72 73 74 80 81 82 83 84" - SCL="56 70 71 72 73 74 80 81 82 83 84" + SCL="56 70 71 72 73 74 80 81 82 83 84 85" ;; all) if [ $REDIS -ge 1 ]; then @@ -219,7 +223,17 @@ case $DIST in echo Not supported for direct build fi ;; - r60|r62|r70|r72) + r72) + if [ $REDIS -ge 1 ]; then + for i in fc40x el8x el9x el10x fc40a el8a el9a el10a + do + $0 --valkey --mock $SRPM ${i}${DIST} $MIN $MAX $@ + done + else + echo Not supported for direct build + fi + ;; + r60|r62|r70) if [ $REDIS -ge 1 ]; then for i in fc40x el8x el9x fc40a el8a el9a do |