Ubuntu Pastebin

Paste from Marco Ceppi at Tue, 16 Aug 2016 16:42:06 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: charm
version: 2.0.2
summary: charm and charm-tools
description: charmstore-client and charm-tools
confinement: devmode

apps:
  charm:
    command: bin/charm
    plugs: [network, network-bind, home]

parts:
  charm:
    plugin: godeps
    go-importpath: github.com/juju/charmstore-client
    source: https://github.com/juju/charmstore-client.git
    source-type: git
    source-tag: 2.1.1
  charm-tools:
    plugin: python2
    source: https://github.com/juju/charm-tools.git
    snap:
    - usr/bin/charm-add
    - usr/bin/charm-build
    - usr/bin/charm-version
Download as text