1 # Example dput.cf that defines the host that can be used
2 # with dput for uploading.
8 allow_unsigned_uploads = 0
18 allowed_distributions = (?!UNRELEASED)
21 fqdn = ftp.upload.debian.org
22 incoming = /pub/UploadQueue/
26 # Please, upload your package to the proper archive
27 # http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
28 allowed_distributions = (?!UNRELEASED|.*-security)
30 # http://lists.debian.org/debian-project/2009/05/msg00036.html
32 fqdn = ftp.eu.upload.debian.org
34 incoming = /pub/UploadQueue/
37 # Please, upload your package to the proper archive
38 # http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
39 allowed_distributions = (?!UNRELEASED|.*-security)
41 # http://lists.debian.org/debian-devel-announce/2008/09/msg00007.html
44 # login = another_username
45 fqdn = ssh.upload.debian.org
47 incoming = /srv/upload.debian.org/UploadQueue/
49 # Please, upload your package to the proper archive
50 # http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
51 allowed_distributions = (?!UNRELEASED|.*-security)
53 # And if you want to override one of the defaults, add it here.
54 # For example, comment out the next line
55 # post_upload_command = /path/to/some/script
56 # pre_upload_command = /path/to/some/script
59 fqdn = security-master.debian.org
61 incoming = /pub/SecurityUploadQueue
64 # This has been added at the request of the security team.
65 # Please be sure to know what you are doing before taking it out.
66 pre_upload_command = /usr/share/dput/helper/security-warning
68 [security-master-unembargoed]
69 fqdn = security-master.debian.org
71 incoming = /pub/OpenSecurityUploadQueue
74 # This has been added at the request of the security team.
75 # Please be sure to know what you are doing before taking it out.
76 pre_upload_command = /usr/share/dput/helper/security-warning
79 fqdn = upload.ubuntu.com
85 fqdn = ppa.launchpad.net
87 # replace <launchpad-id> with your Launchpad ID
88 incoming = ~<launchpad-id>/ubuntu
93 fqdn = mentors.debian.net
99 incoming = ~/public_html/debian/mini-dinstall/incoming
101 post_upload_command = /usr/bin/mini-dinstall --batch
108 # vim: fileencoding=utf-8 filetype=config :