Use rsync.security.debian.org
parent
d1716df64b
commit
6ae41c6b3c
|
@ -40,13 +40,14 @@
|
||||||
- name: main
|
- name: main
|
||||||
dest: /pubftp/pub/debian/
|
dest: /pubftp/pub/debian/
|
||||||
cron_time: "25 1,13"
|
cron_time: "25 1,13"
|
||||||
rsync_host: debian.ethz.ch
|
rsync_host: debian.proxad.net
|
||||||
rsync_path: debian
|
rsync_path: debian
|
||||||
|
|
||||||
|
# https://lists.debian.org/debian-mirrors-announce/2020/03/msg00000.html
|
||||||
- name: security
|
- name: security
|
||||||
dest: /pubftp/pub/debian-security/
|
dest: /pubftp/pub/debian-security/
|
||||||
cron_time: "40 *"
|
cron_time: "40 *"
|
||||||
rsync_host: debian.ethz.ch
|
rsync_host: rsync.security.debian.org
|
||||||
rsync_path: debian-security
|
rsync_path: debian-security
|
||||||
|
|
||||||
- name: backports
|
- name: backports
|
||||||
|
|
Loading…
Reference in New Issue