X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fedora-mirror.sh;h=c3d6d70b7d8dfc4dd28973869bc959e7942ce5d6;hb=refs%2Fheads%2Fmaster;hp=7952453e24158ddbe6d832e61cf187dc5d6bd3f2;hpb=5d0f2ee2524724a97c0b8505fe784a8da9b12c6d;p=build.git diff --git a/fedora-mirror.sh b/fedora-mirror.sh index 7952453e..03ebb093 100755 --- a/fedora-mirror.sh +++ b/fedora-mirror.sh @@ -7,17 +7,21 @@ DATE=$(date '+%Y-%m-%d-%H-%M') LOG=${LOGDIR}/${DATE}.log dry_run= -verbose=--verbose +verbose=-i log= skip_core=true root=/mirror/ us_fedora_url=rsync://mirrors.kernel.org/fedora -eu_fedora_url=rsync://mirror1.hs-esslingen.de/fedora/linux -default_distroname="f33" -all_distronames="f31 f33" +# used to be this one +# eu_fedora_url=rsync://mirror1.hs-esslingen.de/fedora/linux +# browse content at https://mirror.in2p3.fr/pub/fedora/linux/releases/ +eu_fedora_url=rsync://mirror.in2p3.fr/pub/fedora/linux + +default_distroname="f43" +all_distronames="f41 f43" global_arch="x86_64" @@ -46,7 +50,8 @@ function mirror_distro_arch () { [ -n "$(rsync --help | grep no-motd)" ] && options="$options --no-motd" options="$options $dry_run $verbose" options="$options -aH --numeric-ids" - options="$options --delete --delete-excluded --delete-after --delay-updates" + options="$options --delete --delete-excluded" + options="$options --partial" for e in $excludelist; do options="$options --exclude $e" done