diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-23 08:36:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-23 08:36:34 +0200 |
commit | 367118827b010075bfe4077bf16be1a1ce0ec9d0 (patch) | |
tree | a70fa3fc517f800834c08bc3560078075fbd0e31 | |
parent | d0a2f118a66ca9b34b0aeb004e0bcf8cd6db641d (diff) |
minor
-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/} |