diff options
Diffstat (limited to 'mockit')
-rwxr-xr-x | mockit | 36 |
1 files changed, 30 insertions, 6 deletions
@@ -91,13 +91,13 @@ else fi case $DIST in - *x|*xm|*xr|*xr62|*xr72) + *x|*xm|*xr|*xr62|*xr72|*xr80) if [ $SUF != x ]; then echo "Not an x86_64 builder" exit 1 fi ;; - *a|*am|*ar|*ar62|*ar72) + *a|*am|*ar|*ar62|*ar72|*ar80) if [ $SUF != a ]; then if [ $REDIS -ge 1 ]; then REMOTE=1 @@ -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 @@ -209,7 +213,27 @@ case $DIST in echo Not supported for direct build fi ;; - r*) + r80) + if [ $REDIS -ge 1 ]; then + for i in fc42x fc41x fc40x el8x el9x el10x fc40a fc41a fc42a el8a el9a el10a + do + $0 --valkey --mock $SRPM ${i}${DIST} $MIN $MAX $@ + done + else + echo Not supported for direct build + fi + ;; + 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 |