-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dput.cf
66 lines (58 loc) · 1.63 KB
/
.dput.cf
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Example dput.cf that defines the host that can be used
# with dput for uploading.
[DEFAULT]
login = *
method = scp
hash = md5
allow_unsigned_uploads = 0
allow_dcut = 0
run_lintian = 1
run_dinstall = 0
check_version = 0
scp_compress = 0
post_upload_command =
pre_upload_command =
passive_ftp = 0
default_host_main = zglue
allowed_distributions = (?!UNRELEASED)
progress_indicator = 2
[zglue]
distributions = unstable
incoming = /var/www/html/zglue/dists/mini-dinstall/incoming
# method = scp
method = local
fqdn = localhost
run_dinstall = 0
post_upload_command = /usr/bin/mini-dinstall --debug --run
[zull]
distributions = unstable
incoming = /var/www/html/zull/dists/mini-dinstall/incoming
# method = scp
method = local
login = zull
fqdn = localhost
run_dinstall = 0
post_upload_command = /usr/bin/mini-dinstall --run
[phoo]
distributions = phoo
incoming = /var/www/html/zglue/mini-dinstall/incoming
method = scp
fqdn = localhost
run_dinstall = 0
post_upload_command = /usr/bin/mini-dinstall --run
[pkg-engine]
distributions = phoo
incoming = /var/www/html/zull/dists/mini-dinstall/incoming
method = scp
login = zull
fqdn = pkg-engine.com
# fqdn = 40.78.25.159
run_dinstall = 0
post_upload_command = mini-wrap
# post_upload_command = /usr/bin/mini-dinstall --run
[local]
distributions = cosmic
incoming = /var/www/html/zglue/dists/mini-dinstall/incoming
method = local
run_dinstall = 0
post_upload_command = /usr/bin/mini-dinstall --run