summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgetmock12
-rwxr-xr-xmkrepo4
2 files changed, 9 insertions, 7 deletions
diff --git a/getmock b/getmock
index 9878657..0b7618a 100755
--- a/getmock
+++ b/getmock
@@ -359,11 +359,13 @@ elif [ $1 = all74 ]; then
getOneMock el8x74 $opt '*7.4*'
elif [ $1 = all80 ]; then
- [ $opt = remi ] && opt=php74
- [ $opt = test ] && opt=test74
- getOneMock fc31x $opt '*7.4*'
- getOneMock el7x $opt '*7.4*'
- getOneMock el8x74 $opt '*7.4*'
+ [ $opt = remi ] && opt=php80
+ [ $opt = test ] && opt=test80
+ getOneMock fc31x $opt '*8.0*'
+ getOneMock fc32x $opt '*8.0*'
+ getOneMock fc33x $opt '*8.0*'
+ getOneMock el7x $opt '*8.0*'
+ getOneMock el8x80 $opt '*8.0*'
elif [ $1 = all54 ]; then
for n in 6
diff --git a/mkrepo b/mkrepo
index 16bffc7..72b1088 100755
--- a/mkrepo
+++ b/mkrepo
@@ -11,8 +11,8 @@ then
elif [ "$nom" = "SRPMS" ]
then
dis=fedora
- ver=31
- old=6
+ ver=33
+ old=8
else
dis=${nom%%/*}
ver=${nom#$dis/}