diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -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 |