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.

etc/ftpsync-common.conf
etc/ftpsync-debian-security.conf

index 5ca0c35..de669b9 100644 (file)
@@ -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?
index a6b47fb..17aaf8d 100644 (file)
@@ -5,7 +5,7 @@
 LABEL=debian-security
 RSYNC_HOST=security.debian.org
 SEARCH_DISTS=$(
-       for i in oldstable stable testing unstable experimental; do
+       for i in oldstable stable testing; do
          echo $i/updates
        done
 )