~ubuntu-branches/ubuntu/trusty/dput-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to skel/profiles/ppa.json

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte, Paul Tagliamonte, Arno Töll
  • Date: 2013-11-14 09:20:03 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131114092003-831f18k6vurot64b
Tags: 1.7
* The "Get two birds stoned at once." release

[ Paul Tagliamonte ]
* Fix up default host argument. This caused the first block with the
  default_host_main argument set to be considered the default host, rather
  than the value of default_host_main. (Closes: #729280)
* Add experimental support for `dud` files, for Debile.

[ Arno Töll ]
* Be more explicit how to override dcut dm's UID check

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    "incoming": "~%(ppa)s/ubuntu",
4
4
    "login": "anonymous",
5
5
    "meta": "ubuntu",
6
 
    "method": "ftp"
 
6
    "method": "ftp",
 
7
    "supported-distribution": {
 
8
        "allowed": [
 
9
            "release"
 
10
        ],
 
11
        "known": [
 
12
            "release",
 
13
            "proposed",
 
14
            "updates",
 
15
            "backports",
 
16
            "security"
 
17
        ]
 
18
    }
7
19
}