Merge branch 'master' into distorted
[mirror-admin] / etc / ftpsync-common.conf
index 5af48ee..19cff88 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=}
@@ -30,7 +30,7 @@
 : ${RSYNC_PASSWORD=}
 
 ## Architectures we want to carry.
-: ${WANT_ARCH="i386:amd64"}
+: ${WANT_ARCH="i386:amd64:armel"}
 
 ## Distributions to inspect for available architectures.
 : ${SEARCH_DISTS="oldstable stable testing unstable experimental"}
@@ -83,7 +83,6 @@
 ## want.  Crazy, no?
 ARCH_EXCLUDE=$(
        bin/debian-excludes $RSYNC_HOST $RSYNC_PATH $WANT_ARCH $SEARCH_DISTS
-       echo source
 )
 
 ## Do we have leaf mirror to signal we are done and they should sync?