chiark
/
gitweb
/
~mdw
/
mirror-admin
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
etc/ftpsync-debian-security.conf: Don't ask for unstable or experimental.
[mirror-admin]
/
etc
/
ftpsync-debian-security.conf
1
### -*-sh-*-
2
###
3
### ftpsync configuration for the Debian security archive.
4
5
LABEL=debian-security
6
RSYNC_HOST=security.debian.org
7
SEARCH_DISTS=$(
8
for i in oldstable stable testing; do
9
echo $i/updates
10
done
11
)
12
13
. etc/ftpsync-common.conf