diff options
-rwxr-xr-x | getmock | 2 | ||||
-rwxr-xr-x | mkrepo | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -232,7 +232,7 @@ elif [ $1 = all70 ]; then elif [ $1 = all71 ]; then [ $opt = remi ] && opt=php71 [ $opt = test ] && opt=test71 - for n in 21 22 23 24 + for n in 23 24 do getOneMock fc${n}i $opt getOneMock fc${n}x $opt @@ -16,7 +16,7 @@ if [ "$nom" = "SRPMS" ] then dis=fedora ver=17 - old=4 + old=5 else dis=${nom%%/*} ver=${nom#$dis/} |