X-Git-Url: https://git.distorted.org.uk/~mdw/mirror-admin/blobdiff_plain/0fe058e9a36482f8d15abb83471439d8d9f8e538..1639fdf7bc2705132ebe1f501338a9d8cc7048dc:/etc/ftpsync-common.conf diff --git a/etc/ftpsync-common.conf b/etc/ftpsync-common.conf index 61712f4..74f0e9e 100644 --- a/etc/ftpsync-common.conf +++ b/etc/ftpsync-common.conf @@ -15,13 +15,13 @@ ## 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="/mnt/ftp/pub/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?