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

« back to all changes in this revision

Viewing changes to skel/codenames/ubuntu.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:
1
 
{
2
 
    "release": [
3
 
        "lucid",
4
 
        "precise",
5
 
        "quantal",
6
 
        "raring",
7
 
        "saucy",
8
 
        "trusty"
9
 
    ],
10
 
    "proposed": [
11
 
        "lucid-proposed",
12
 
        "precise-proposed",
13
 
        "quantal-proposed",
14
 
        "raring-proposed",
15
 
        "saucy-proposed",
16
 
        "trusty-proposed"
17
 
    ],
18
 
    "security": [
19
 
        "lucid-security",
20
 
        "precise-security",
21
 
        "quantal-security",
22
 
        "raring-security",
23
 
        "saucy-security",
24
 
        "trusty-security"
25
 
    ],
26
 
    "backports": [
27
 
        "lucid-backports",
28
 
        "precise-backports",
29
 
        "quantal-backports",
30
 
        "raring-backports",
31
 
        "saucy-backports",
32
 
        "trusty-backports"
33
 
    ]
34
 
}