~longsleep/snapcraft/snapcraft-debs-plugin

« back to all changes in this revision

Viewing changes to schema/snapcraft.yaml

  • Committer: Snappy Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2015-09-14 19:31:56 UTC
  • mfrom: (160.1.1 snapcraft)
  • Revision ID: snappy_tarmac-20150914193156-dio61kxivw91hjen
regex for binary and service names by sergiusens approved by mvo

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        properties:
46
46
          name:
47
47
            type: string
 
48
            pattern: "^[A-Za-z0-9/.:-]*$"
48
49
          start:
49
50
            type: string
50
51
            description: command executed to start the service
61
62
        properties:
62
63
          name:
63
64
            type: string
 
65
            pattern: "^[A-Za-z0-9/.:-]*$"
64
66
          exec:
65
67
            type: string
66
68
            description: command executed to start the service