1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
[DEFAULT]
login = *
method = ftp
hash = md5
allow_unsigned_uploads = 0
allow_dcut = 0
run_lintian = 0
run_dinstall = 0
check_version = 0
scp_compress = 0
post_upload_command =
pre_upload_command =
passive_ftp = 1
default_host_main = ubuntu
allowed_distributions = (?!UNRELEASED)
progress_indicator = 2
[ubuntu]
fqdn = upload.ubuntu.com
method = ftp
incoming = /ubuntu
login = anonymous
[ubuntu-rtm]
fqdn = upload.ubuntu.com
method = ftp
incoming = /ubuntu-rtm
login = anonymous
[ppa]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~%(ppa)s
login = anonymous
|