summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-06 12:05:08 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-06 12:05:08 +0100
commitb9a4941731cdeb708835aabe4eb2b91bc287f74b (patch)
tree4e7ad93459ed789291c0d717e3db1ff422dbcc97 /getmock
parent8eda7d954b6949b9b0f80db10b7a31a6b82324b2 (diff)
open Fedora 26 repository with a fresh new GPG key
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock4
1 files changed, 2 insertions, 2 deletions
diff --git a/getmock b/getmock
index c8e6dee..1c03f6a 100755
--- a/getmock
+++ b/getmock
@@ -184,7 +184,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in 22 23 24 25
+ for i in 22 23 24 25 26
do
getOneMock fc${i}i $opt
done
@@ -268,7 +268,7 @@ elif [ $1 = for55 ]; then
done
elif [ $1 = allx ]; then
- for i in 22 23 24 25
+ for i in 22 23 24 25 26
do
getOneMock fc${i}x $opt
done