Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Syntax of snapcraft.yaml (1.x) #146
Conversation
|
You have a weird diff in here. I'm not sure how to help, I would just copy the .md files to /tmp, delete everything and try again :) |
|
@elopio they look okay to me... which diff is weird? |
|
@kyrofa on files changed I see examples/tomcat-maven-webapp/snapcraft.yaml, integration-tests/units/jobs.pxu, snapcraft/cmds.py, ... |
|
Ah, yeah this looks like it needs a rebase. |
|
Ok, I think I managed to do the rebase. O:-) |
kyrofa
reviewed
Dec 8, 2015
| + * `version` (string) | ||
| + The version of the resulting snap. | ||
| + * `vendor` (string) | ||
| + Vendor in email format as defined in RFC 5322. |
dholbach
Dec 16, 2015
Contributor
I think at some stage we'll just phase out the 1.x docs(?). With snapcraft 0.6 it's still required, right?
kyrofa
reviewed
Dec 8, 2015
| + explanation for the snap. | ||
| + * `config` (string) | ||
| + Path to the runnable in snap that will be used as the Snappy config | ||
| + interface. |
kyrofa
Dec 8, 2015
Member
I personally (a relative newcomer to snappy) am not familiar with this. Have I missed a document, or should this section contain a reference link?
dholbach
Dec 16, 2015
Contributor
I'll add a link to https://developer.ubuntu.com/en/snappy/guides/config-command/
|
I'm good with this. @dholbach would you mind squashing? |
|
Done. |
|
@elopio, @sergiusens I'd like to get an OK from at least one of you before this merges. |
sergiusens
reviewed
Dec 18, 2015
| + [Snappy packaging spec](https://developer.ubuntu.com/snappy/guides/packaging-format-apps/). | ||
| + * `icon` (string) | ||
| + Path to the icon that will be used for the snap. | ||
| + * `license` (yaml subsection) |
dholbach commentedDec 3, 2015
No description provided.