~bzoltan/click/vivid-transition_mirrors

« back to all changes in this revision

Viewing changes to click/chroot.py

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Michael Vogt
  • Date: 2014-11-14 12:29:14 UTC
  • Revision ID: package-import@ubuntu.com-20141114122914-c669n5h0emjk1yjh
Tags: 0.4.35
[ Michael Vogt ]
* lp:~mvo/click/add-run-shm:
  - Ensure /run/shm is available in a click chroot
* lp:~mvo/click/ubuntu-core-framework:
  - Add "ubuntu-core-15.04-dev1" click chroot

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    "ubuntu-sdk-15.04-html": "ubuntu-sdk-15.04",
51
51
    "ubuntu-sdk-15.04-papi": "ubuntu-sdk-15.04",
52
52
    "ubuntu-sdk-15.04-qml": "ubuntu-sdk-15.04",
 
53
    # core
 
54
    "ubuntu-core-15.04-dev1": "ubuntu-core-15.04",
53
55
    }
54
56
 
55
57
 
58
60
    "ubuntu-sdk-14.04": "trusty",
59
61
    "ubuntu-sdk-14.10": "utopic",
60
62
    "ubuntu-sdk-15.04": "vivid",
 
63
    "ubuntu-core-15.04": "vivid",
61
64
    }
62
65
 
63
66
 
169
172
        "ubuntu-sdk-libs:TARGET",
170
173
        "ubuntu-sdk-libs-dev:TARGET",
171
174
        ],
 
175
    "ubuntu-core-15.04-dev1": [
 
176
        "ubuntu-core-libs:TARGET",
 
177
        "ubuntu-core-libs-dev:TARGET",
 
178
        ],
172
179
    }
173
180
 
174
181