refine strategy to spot ip address, keep on calling guest_ipv4
[build.git] / fedora-mirror.sh
index 08040c7..c3d6d70 100755 (executable)
@@ -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="f35"
-all_distronames="f33 f35"
+default_distroname="f39"
+all_distronames="f37 f39"
 
 global_arch="x86_64"
 
@@ -47,6 +47,7 @@ function mirror_distro_arch () {
     options="$options $dry_run $verbose"
     options="$options -aH --numeric-ids"
     options="$options --delete --delete-excluded"
+    options="$options --partial"
     for e in $excludelist; do
         options="$options --exclude $e"
     done