~sergiusens/snapcraft/serviceBinaryNameRegex

« back to all changes in this revision

Viewing changes to schema/snapcraft.yaml

  • Committer: Snappy Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2015-09-09 13:53:42 UTC
  • mfrom: (143.3.14 ubuntu-core)
  • Revision ID: snappy_tarmac-20150909135342-8w8mxhoir13xlxvk
Replace Ubuntu plugin with a builtin solution by sergiusens approved by mvo

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
          source:
80
80
            type: string
81
81
            description: path to the sources
82
 
        # TODO To be enabled once the Ubuntu plugin is removed
 
82
          stage-packages:
 
83
            type: array
 
84
            description: Ubuntu packages used to support the part.
 
85
            minItems: 1
 
86
            uniqueItems: true
 
87
            items:
 
88
              type: string
83
89
        # required:
84
 
          # - plugin
85
 
          # - source
 
90
        # - plugin
 
91
        # - source
86
92
    addtionalProperties: false
87
93
required:
88
94
  - name