From a9bce0428b5c33a9975e975596c89bf69fe110f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Mar 2023 09:22:34 +0100 Subject: redis 7.2 helpers --- getmock | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index ac369ea..0085cd7 100755 --- a/getmock +++ b/getmock @@ -515,6 +515,17 @@ elif [ $1 = allr70 ]; then getOneMock el9x $opt '*7.0*' getOneMock el9a $opt '*7.0*' +elif [ $1 = allr72 ]; then + opt=remi + getOneMock el7x $opt '*7.2*' + opt=redis72 + getOneMock fc36x $opt '*7.2*' + getOneMock fc37x $opt '*7.2*' + getOneMock fc38x $opt '*7.2*' + getOneMock el8x $opt '*7.2*' + getOneMock el9x $opt '*7.2*' + getOneMock el9a $opt '*7.2*' + elif [ $1 = allm ]; then opt=remi getOneMock el7x $opt '*1.6*' @@ -583,7 +594,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl82 ]; then - for i in 36 37 + for i in 36 37 38 do getOneMock scl82fc${i}x $opt done @@ -593,7 +604,7 @@ elif [ $1 = scl82 ]; then done elif [ $1 = scl81 ]; then - for i in 36 37 + for i in 36 37 38 do getOneMock scl81fc${i}x $opt done @@ -603,7 +614,7 @@ elif [ $1 = scl81 ]; then done elif [ $1 = scl80 ]; then - for i in 36 37 + for i in 36 37 38 do getOneMock scl80fc${i}x $opt done @@ -613,7 +624,7 @@ elif [ $1 = scl80 ]; then done elif [ $1 = scl74 ]; then - for i in 36 37 + for i in 36 37 38 do getOneMock scl74fc${i}x $opt done -- cgit