summaryrefslogtreecommitdiffstats
path: root/mockit
diff options
context:
space:
mode:
Diffstat (limited to 'mockit')
-rwxr-xr-xmockit16
1 files changed, 13 insertions, 3 deletions
diff --git a/mockit b/mockit
index 9366631..a60ff6c 100755
--- a/mockit
+++ b/mockit
@@ -132,15 +132,15 @@ fi
echo mockit $SRPM $DIST $MIN $MAX $@
case $DIST in
fc39x|fc39a|fc40x|fc40a|fc41x|fc41a|el9x|el9a)
- LST="82 81 74 80 83"
+ LST="82 81 74 80 83 84"
SCL="74 80 81 82 83 84"
;;
el8a)
- LST="72 73 74 80 81 82 83"
+ LST="72 73 74 80 81 82 83 84"
SCL="72 73 74 80 81 82 83 84"
;;
el8x)
- LST="72 73 74 80 81 82 83"
+ LST="72 73 74 80 81 82 83 84"
SCL="56 70 71 72 73 74 80 81 82 83 84"
;;
allx)
@@ -154,6 +154,16 @@ case $DIST in
echo Not supported for direct build
fi
;;
+ ztsx)
+ if [ $REDIS -ge 1 ]; then
+ for i in fc39x fc40x el8x el9x
+ do
+ [ $BUILD_BASE -ge 1 ] && $0 --redis --base $SRPM $i $MIN $MAX $@
+ done
+ else
+ echo Not supported for direct build
+ fi
+ ;;
*)
echo Unkown DIST $DIST
exit 1