X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fedora-mirror.sh;h=c118bb2cdee45a37836b7fa8edaa513adff5eacc;hb=cb951cef321af41cbe8dcb2c55402109765fe815;hp=68cb495b0aab8057b7f8d227cbfedfa26d94230c;hpb=7f3cc2375d1af3eeabba144adaced27c208a49fc;p=build.git diff --git a/fedora-mirror.sh b/fedora-mirror.sh index 68cb495b..c118bb2c 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="f21 f22" +default_distroname="f23" +all_distronames="f21 f22 f23" 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= ;;