summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock18
1 files changed, 17 insertions, 1 deletions
diff --git a/getmock b/getmock
index c15986f..34aadb5 100755
--- a/getmock
+++ b/getmock
@@ -17,6 +17,9 @@ esac
rep=${2-remi}
case $dep in
+scl84el*) dep=${dep#scl84el}
+ type=enterprise
+ ;;
scl83el*) dep=${dep#scl83el}
type=enterprise
;;
@@ -219,6 +222,9 @@ el*) dep=${dep#el}
fc*) dep=${dep#fc}
type=fedora
;;
+scl84fc*) dep=${dep#scl84fc}
+ type=fedora
+ ;;
scl83fc*) dep=${dep#scl83fc}
type=fedora
;;
@@ -638,6 +644,16 @@ elif [ $1 = scl71 ]; then
getOneMock scl71el${i}x $opt
done
+elif [ $1 = scl84 ]; then
+ for i in fc38 fc39 fc40 el8 el9
+ do
+ getOneMock scl84${i}x $opt
+ done
+ getOneMock scl84fc39a $opt
+ getOneMock scl84fc40a $opt
+ getOneMock scl84el8a $opt
+ getOneMock scl84el9a $opt
+
elif [ $1 = scl83 ]; then
for i in fc38 fc39 fc40 el8 el9
do
@@ -721,7 +737,7 @@ elif [ $1 = scl72 ]; then
elif [ $1 = allphp ]; then
LOG=$(mktemp out.XXXXXXXXXX)
MOD="all72 all73 all74 all80 all81 all82 all83"
- SCL="scl56 scl70 scl71 scl72 scl73 scl74 scl80 scl81 scl82 scl83"
+ SCL="scl56 scl70 scl71 scl72 scl73 scl74 scl80 scl81 scl82 scl83 scl84"
for i in $SCL $MOD
do $0 $opt $i | tee $LOG
if grep -q '64\.rpm' $LOG && grep -q 'Aucun' $LOG