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 build-package description to docs/snapcraft-sytax.md #246
Conversation
kyrofa
changed the title from
docs/snapcraft-sytax.md needs to include build-packages.
to
Add build-package description to docs/snapcraft-sytax.md
Jan 21, 2016
elopio
reviewed
Jan 21, 2016
| + A list of Ubuntu packages to use that would support the part creation. | ||
| + * `build-packages` (list of strings) | ||
| + A list of Ubuntu packages to be installed on the host to aid in building | ||
| + the part but not going into the final snap. |
elopio
Jan 21, 2016
Member
I think this sentence is a little to long. Maybe a period after "to aid in building the part", and "These packages will not go into the final snap." as a separate sentence.
|
|
|
Fixed, thanks @elopio! |
kyrofa
referenced this pull request
Jan 21, 2016
Merged
Backport to 1.x: Add build-package description to docs/snapcraft-sytax.md #247
added a commit
that referenced
this pull request
Jan 21, 2016
kyrofa
merged commit 4999cfe
into
snapcore:master
Jan 21, 2016
kyrofa
deleted the
kyrofa:bugfix/1536659/mention_build_packages_in_docs
branch
Jan 21, 2016
kyrofa
referenced this pull request
Jan 21, 2016
Closed
Fix list indentation in snapcraft-syntax.md. LP: #1531200 #218
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
kyrofa commentedJan 21, 2016
This PR resolves LP: #1536659 by adding a description of
build-packagesto docs/snapcraft-syntax.md.