~jocave/snapcraft/plainbox-provider-plugin

« back to all changes in this revision

Viewing changes to integration-tests/data/simple-tar/snapcraft.yaml

  • Committer: Michael Terry
  • Date: 2015-07-17 19:39:00 UTC
  • mto: This revision was merged to the branch mainline in revision 104.
  • Revision ID: michael.terry@canonical.com-20150717193900-47lq19nu6yad6ar5
Add source-type: tar support; rename tgz-content to tar-content; ignore a single toplevel dir in a tarball; and add tests for all that

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
parts:
 
2
  oneflat:
 
3
    plugin: tar-content
 
4
    source: oneflat.tar.bz2
 
5
  onedeep:
 
6
    plugin: tar-content
 
7
    source: onedeep.tar.gz
 
8
  flat:
 
9
    plugin: tar-content
 
10
    source: flat.tar.xz
 
11
  project:
 
12
    plugin: make-project
 
13
    source: project.tar.xz
 
14
    source-type: tar