etc/ftpsync-*.conf: Switch back to UK mirror; abandon oldstable.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 21 Apr 2012 19:11:43 +0000 (20:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 21 Apr 2012 19:11:43 +0000 (20:11 +0100)
etc/ftpsync-common.conf
etc/ftpsync-debian.conf

index de669b9..1081b8a 100644 (file)
@@ -21,7 +21,7 @@
 : ${RSYNC_PATH="$LABEL"}
 
 ## The host we mirror from
-: ${RSYNC_HOST=ftp.de.debian.org}
+: ${RSYNC_HOST=ftp.uk.debian.org}
 
 ## In case we need a user to access the rsync share at our upstream host
 : ${RSYNC_USER=}
index 3417c94..db7a9fd 100644 (file)
@@ -3,7 +3,7 @@
 ### ftpsync configuration for the Debian main archive.
 
 LABEL=debian
-RSYNC_HOST=ftp.de.debian.org
-SEARCH_DISTS="oldstable stable testing unstable experimental"
+RSYNC_HOST=ftp.uk.debian.org
+SEARCH_DISTS="stable testing unstable experimental"
 
 . etc/ftpsync-common.conf