Add document about how to specify metadata like binaries, services or… #242

Merged
merged 1 commit into from Jan 27, 2016

Conversation

Projects
None yet
2 participants
Contributor

dholbach commented Jan 19, 2016

… config (LP: #1535905).

Member

kyrofa commented Jan 19, 2016

This one needs the LP ref on its own line as well.

docs/metadata.md
+one called *app1* and another called *app2*, the extract would look like
+
+```yaml
+binaries:
@kyrofa

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.

Contributor

dholbach commented Jan 19, 2016

1.x PR: ubuntu-core#243 - I'll rework the binaries and services bits for master.

docs/metadata.md
+ daemon2:
+ command: bin/app2 --start
+ stop-command: bin/app2 --stop
+ daemon: simple
@kyrofa

kyrofa Jan 20, 2016

Member

Perhaps make this one forking and discuss that capability.

Member

kyrofa commented Jan 26, 2016

👍 from me.

Contributor

dholbach commented Jan 27, 2016

@sergiusens - can we merge this?

kyrofa added a commit that referenced this pull request Jan 27, 2016

Merge pull request #242 from dholbach/add-metadata-doc
Add document about how to specify metadata like binaries, services or config.

@kyrofa kyrofa merged commit 5edc7bf into snapcore:master Jan 27, 2016

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.0%) to 90.524%
Details

@dholbach dholbach deleted the dholbach:add-metadata-doc branch Jan 27, 2016

kalikiana pushed a commit to kalikiana/snapcraft that referenced this pull request Apr 6, 2017

Merge pull request #242 from dholbach/add-metadata-doc
Add document about how to specify metadata like binaries, services or config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment