summaryrefslogtreecommitdiffstats
path: root/mockit
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-12 10:39:15 +0100
committerRemi Collet <remi@php.net>2025-12-12 10:39:15 +0100
commitf220aa433769b1df3b5aaa8e3cbbe6e7777a43f0 (patch)
tree400a0c19b1044f71a0fb0617aa54f275ff478589 /mockit
parentf1a26c1d9f098a8716015b58c8700c338a2b39ef (diff)
rpmsign: switch from --addsign (v4) to --resign (v6)
Diffstat (limited to 'mockit')
-rwxr-xr-xmockit13
1 files changed, 12 insertions, 1 deletions
diff --git a/mockit b/mockit
index b4a5023..b4f2aee 100755
--- a/mockit
+++ b/mockit
@@ -10,7 +10,7 @@ if [ "$2" = "" ]; then
echo -e "\t--mock distro is a mock config name\n"
echo -e "Targets:"
echo -e "\tDistribution: el8a el8x el9a el9x el10a el10x fc41a fc41x fc42a fc42x fc43a fc43x"
- echo -e "\tPHP: all, zts"
+ echo -e "\tPHP: all, allx, zts"
echo -e "\tMemcached: memcached"
echo -e "\tLibraries: im6, im7, vips"
echo -e "\tRedis: r60, r62, r70, r72, r80, r82, r84"
@@ -177,6 +177,17 @@ case $DIST in
echo Not supported for direct build
fi
;;
+ allx)
+ if [ $REDIS -ge 1 ]; then
+ for i in fc41x fc42x fc43x el8x el9x el10x
+ do
+ [ $BUILD_BASE -ge 1 ] && $0 --valkey --base $SRPM $i $MIN $MAX $@
+ [ $BUILD_SCLS -ge 1 ] && $0 --valkey --scl $SRPM $i $MIN $MAX $@
+ done
+ else
+ echo Not supported for direct build
+ fi
+ ;;
zts)
if [ $REDIS -ge 1 ]; then
[ $MAX -gt 83 ] && MAX=83