~juju-qa/ubuntu/xenial/juju/xenial-2.0-beta3

« back to all changes in this revision

Viewing changes to src/gopkg.in/juju/charmstore.v5-unstable/internal/storetesting/charm-repo/quantal/starsay/metadata.yaml

  • Committer: Martin Packman
  • Date: 2016-03-30 19:31:08 UTC
  • mfrom: (1.1.41)
  • Revision ID: martin.packman@canonical.com-20160330193108-h9iz3ak334uk0z5r
Merge new upstream source 2.0~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: starsay
 
2
summary: A dumb little test charm for resources.
 
3
maintainer: Nate Finch <nate.finch@gmail.com>
 
4
description: Doesn't do anything at all.
 
5
tags:
 
6
  - application
 
7
resources:
 
8
  for-store:
 
9
    type: file
 
10
    filename: dummy.tgz
 
11
    description: One line that is useful when operators need to push it.
 
12
  for-install:
 
13
    type: file
 
14
    filename: initial.tgz
 
15
    description: get things started
 
16
  for-upload:
 
17
    type: file
 
18
    filename: config.xml
 
19
    description: Who uses xml anymore?