X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fedora-mirror.sh;h=8949c37b3cb704bef0f3741276cc954a0636300d;hb=14bda0bc34e832c24209b18d0d0c0fcb04a4d950;hp=f3e07f7b199738e336a435feefb08d88070161fd;hpb=9d0a440785bc01409c34e5ed881b13affe06b6a4;p=build.git diff --git a/fedora-mirror.sh b/fedora-mirror.sh index f3e07f7b..8949c37b 100755 --- a/fedora-mirror.sh +++ b/fedora-mirror.sh @@ -16,8 +16,8 @@ root=/mirror/ us_fedora_url=rsync://mirrors.kernel.org/fedora eu_fedora_url=rsync://mirror1.hs-esslingen.de/fedora/linux -default_distroname="f22" -all_distronames="f20 f21 f22" +default_distroname="f27" +all_distronames="f25 f27" global_arch="x86_64" @@ -100,7 +100,7 @@ function run () { function main () { distronames="" archs="$global_arch" - while getopts "nvlc:u:sef:Fh" opt ; do + while getopts "nvlcu:sef:Fh" opt ; do case $opt in n) dry_run=--dry-run ;; v) verbose= ;;