etc/post-mirror.d/worldofspectrum: Maintain an unzipped tree in parallel.
[mirror-admin] / etc / ftpsync-common.conf
index 61712f4..19cff88 100644 (file)
 ## CAREFUL, this directory will contain the mirror. Everything else that
 ## might have happened to be in there WILL BE GONE after the mirror sync!
 : ${LABEL="debian"}
-: ${TO="/mnt/mirror/$LABEL/"}
+: ${TO="$MIRRORS/$LABEL/"}
 
 ## The upstream name of the rsync share.
 : ${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?