summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock19
1 files changed, 19 insertions, 0 deletions
diff --git a/getmock b/getmock
index ab23eca..6d179fd 100755
--- a/getmock
+++ b/getmock
@@ -249,6 +249,15 @@ do
;;
thunderbird-debuginfo*) echo " " $i ignored
;;
+ remi-crypto*el8*) echo " " $i ignored
+ ;;
+ remi-crypto*el9*)
+ if [ -f priv/el9.x86_64/$j ]; then
+ echo " " $i already there
+ else
+ cp $i priv/el9.x86_64 && echo + $i copied priv EL9
+ fi
+ ;;
*-debuginfo-*x86_64.rpm|*-debugsource-*x86_64.rpm)
if [ -f ${debug}x86_64/$j ]; then
echo " " $i already there
@@ -422,6 +431,16 @@ elif [ $1 = all81 ]; then
getOneMock el8x81 $opt '*8.1*'
getOneMock el9x81 $opt '*8.1*'
+elif [ $1 = allr70 ]; then
+ opt=remi
+ getOneMock fc34x $opt '*7.0*'
+ getOneMock fc35x $opt '*7.0*'
+ getOneMock el7x $opt '*7.0*'
+ opt=redis70
+ getOneMock fc36x $opt '*7.0*'
+ getOneMock el8x $opt '*7.0*'
+ getOneMock el9x $opt '*7.0*'
+
elif [ $1 = all54 ]; then
n=7
getOneMock el${n}x remi '*5.4*'