Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add document about how to specify metadata like binaries, services or… #242
Conversation
|
This one needs the LP ref on its own line as well. |
kyrofa
reviewed
Jan 19, 2016
| +one called *app1* and another called *app2*, the extract would look like | ||
| + | ||
| +```yaml | ||
| +binaries: |
kyrofa
Jan 19, 2016
Member
In master this stuff has moved to 2.0 syntax-- no binaries or services anymore, only apps. This stuff is only applicable to 1.x.
|
1.x PR: ubuntu-core#243 - I'll rework the |
kyrofa
reviewed
Jan 20, 2016
| + daemon2: | ||
| + command: bin/app2 --start | ||
| + stop-command: bin/app2 --stop | ||
| + daemon: simple |
|
|
|
@sergiusens - can we merge this? |
added a commit
that referenced
this pull request
Jan 27, 2016
kyrofa
merged commit 5edc7bf
into
snapcore:master
Jan 27, 2016
dholbach
deleted the
dholbach:add-metadata-doc
branch
Jan 27, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dholbach commentedJan 19, 2016
… config (LP: #1535905).