~ubuntu-langpack/langpack-o-matic/main

« back to all changes in this revision

Viewing changes to config/dput.cf

  • Committer: Sebastien Bacher
  • Date: 2021-11-22 16:04:05 UTC
  • mfrom: (594.2.1 langpack-o-matic)
  • Revision ID: seb128@ubuntu.com-20211122160405-17hx41i98tvg459q
The repository has been moved to git

Show diffs side-by-side

added added

removed removed

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