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 189bfac..9ab7468 100755
--- a/getmock
+++ b/getmock
@@ -15,6 +15,9 @@ esac
rep=${2-remi}
case $dep in
+scl81el*) dep=${dep#scl81el}
+ type=enterprise
+ ;;
scl80el*) dep=${dep#scl80el}
type=enterprise
;;
@@ -88,12 +91,15 @@ el*) dep=${dep#el}
fc*) dep=${dep#fc}
type=fedora
;;
-scl74fc*) dep=${dep#scl74fc}
+scl81fc*) dep=${dep#scl81fc}
type=fedora
;;
scl80fc*) dep=${dep#scl80fc}
type=fedora
;;
+scl74fc*) dep=${dep#scl74fc}
+ type=fedora
+ ;;
scl73fc*) dep=${dep#scl73fc}
type=fedora
;;
@@ -379,6 +385,16 @@ elif [ $1 = scl71 ]; then
getOneMock scl71el${i}x $opt
done
+elif [ $1 = scl81 ]; then
+ for i in 33 34
+ do
+ getOneMock scl81fc${i}x $opt
+ done
+ for i in 7 8
+ do
+ getOneMock scl81el${i}x $opt
+ done
+
elif [ $1 = scl80 ]; then
for i in 32 33 34
do