Bump to 1.14.1
[platform/upstream/augeas.git] / tests / root / etc / dput.cf
1 # Example dput.cf that defines the host that can be used
2 # with dput for uploading.
3
4 [DEFAULT]
5 login = username
6 method = ftp
7 hash = md5
8 allow_unsigned_uploads = 0
9 run_lintian = 0
10 run_dinstall = 0
11 check_version = 0
12 scp_compress = 0
13 post_upload_command =
14 pre_upload_command =
15 passive_ftp = 1
16 default_host_non-us =
17 default_host_main = hebex
18
19 [hebex]
20 fqdn = condor.infra.s1.p.fti.net
21 login = anonymous
22 method = ftp
23 incoming = /incoming/hebex
24 passive_ftp = 0
25
26 [dop/desktop]
27 fqdn = condor.infra.s1.p.fti.net
28 login = anonymous
29 method = ftp
30 incoming = /incoming/dop/desktop
31 passive_ftp = 0
32
33 [dop/experimental]
34 fqdn = condor.infra.s1.p.fti.net
35 login = anonymous
36 method = ftp
37 incoming = /incoming/dop/experimental
38 passive_ftp = 0
39
40 [dop/test]
41 fqdn = condor.infra.s1.p.fti.net
42 login = anonymous
43 method = ftp
44 incoming = /incoming/dop/test
45 passive_ftp = 0
46