Merge branch 'distorted' into vampire
authorMark Wooding <mdw@distorted.org.uk>
Wed, 17 Aug 2011 08:16:51 +0000 (09:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 17 Aug 2011 08:16:51 +0000 (09:16 +0100)
* distorted:
  etc/ftpsync-debian-security.conf: Don't ask for unstable or experimental.
  etc/ftpsync-common.conf: Include Debian sources.

1  2 
etc/ftpsync-common.conf

diff --combined etc/ftpsync-common.conf
@@@ -15,7 -15,7 +15,7 @@@
  ## 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"}
@@@ -83,7 -83,6 +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?