From ee2a4c18d4fa89a7e8188027f51a3b8e924305df Mon Sep 17 00:00:00 2001 From: Benjamin Graillot <graillot@crans.org> Date: Fri, 23 Oct 2020 18:02:48 +0200 Subject: [PATCH] [mirror] Use syncproxy.eu.debian.org --- plays/mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plays/mirror.yml b/plays/mirror.yml index 7d691220..d776c8c8 100755 --- a/plays/mirror.yml +++ b/plays/mirror.yml @@ -7,7 +7,7 @@ - name: main dest: /pubftp/pub/debian/ cron_time: "25 1,13" - rsync_host: debian.proxad.net + rsync_host: syncproxy.eu.debian.org rsync_path: debian # https://lists.debian.org/debian-mirrors-announce/2020/03/msg00000.html @@ -20,7 +20,7 @@ - name: backports dest: /pubftp/pub/debian-backports/ cron_time: " 7 3,15" - rsync_host: debian.proxad.net + rsync_host: syncproxy.eu.debian.org rsync_path: debian-backports - name: ubuntu -- GitLab