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 short plugins docs, stolen from 15.04 appdev manual #241
Conversation
elopio
reviewed
Jan 19, 2016
| +Is Snapcraft missing support for your preferred build-system? Here's how you | ||
| +would add it! | ||
| + | ||
| +Snapcraft is extensible via plugins adding new part plugins. Let's add |
elopio
reviewed
Jan 19, 2016
| +import snapcraft | ||
| + | ||
| +class XCraftyPlugin(snapcraft.BasePlugin): | ||
| + def build(self): |
|
lgtm. I've never tried this, but I've seen tests for this functionality. I will give it a try this week. |
|
@dholbach sorry to be a bother, but can you please put the LP bug reference in the commit message on its own line, with no parentheses? Automated tools pull those out. |
|
Updated. |
|
@elopio's comments still apply. |
|
Too much talk, lets land :D |
added a commit
that referenced
this pull request
Jan 20, 2016
elopio
merged commit faee100
into
snapcore:master
Jan 20, 2016
dholbach
deleted the
dholbach:add-plugins-doc
branch
Jan 22, 2016
pushed a commit
to smoser/snapcraft
that referenced
this pull request
Sep 14, 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
No description provided.