chiark / gitweb /
etc/ftpsync-debian-security.conf: Don't ask for unstable or experimental.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 17 Aug 2011 08:14:46 +0000 (09:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 17 Aug 2011 08:14:46 +0000 (09:14 +0100)
You just get a nasty error in the log.

etc/ftpsync-debian-security.conf

index a6b47fb7026dacdb81ec3d1d724b0dffbf6062eb..17aaf8da2b4d8f6ed5f5ab18d7fd288892670af9 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
 )