~longsleep/snapcraft/snapcraft-debs-plugin

« back to all changes in this revision

Viewing changes to integration-tests/data/dependencies/snapcraft.yaml

  • Committer: Snappy Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2015-10-01 12:03:32 UTC
  • mfrom: (221.1.5 snapcraft)
  • Revision ID: snappy_tarmac-20151001120332-g1hif1gp284abj8h
Remove the -project from plugin names that have been released and add a deprecation message by sergiusens approved by chipaca

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
parts:
9
9
  p1:
10
 
    plugin: make-project
 
10
    plugin: make
11
11
    source: p1
12
12
  p2:
13
 
    plugin: make-project
 
13
    plugin: make
14
14
    source: p2
15
15
    after: [p1]
16
16
  p3:
17
 
    plugin: make-project
 
17
    plugin: make
18
18
    source: p3
19
19
    after: [p2]