X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fedora-mirror.sh;h=c3d6d70b7d8dfc4dd28973869bc959e7942ce5d6;hb=refs%2Fheads%2Fmaster;hp=0bfb7bcc2d0aa182d8832afc935a6c467ea0b0a8;hpb=801a31c0c136056350f1e0cf4fec028b4ec9c7e5;p=build.git diff --git a/fedora-mirror.sh b/fedora-mirror.sh index 0bfb7bcc..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="f35" -all_distronames="f33 f35" +# 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