X-Git-Url: https://git.distorted.org.uk/~mdw/mirror-admin/blobdiff_plain/2f11b36e33721dba5d745b8a79e6382ae7f5f907..refs/heads/distorted:/etc/ftpsync-common.conf?ds=sidebyside diff --git a/etc/ftpsync-common.conf b/etc/ftpsync-common.conf index 61712f4..19cff88 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="$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?