Merge lp:~mterry/snapcraft/local-plugins into lp:~snappy-dev/snapcraft/core
Proposed by
Michael Terry
on 2015-07-09
| Status: | Merged |
|---|---|
| Approved by: | Ricardo Salveti on 2015-07-10 |
| Approved revision: | 78 |
| Merged at revision: | 75 |
| Proposed branch: | lp:~mterry/snapcraft/local-plugins |
| Merge into: | lp:~snappy-dev/snapcraft/core |
| Prerequisite: | lp:~mterry/snapcraft/lifecycle-fixes2 |
| Diff against target: |
161 lines (+73/-9) 7 files modified
.bzrignore (+6/-3) snapcraft/plugin.py (+25/-5) snapcraft/yaml.py (+8/-1) tests/plainbox/data/local-plugin/parts/plugins/local-plugin.yaml (+1/-0) tests/plainbox/data/local-plugin/parts/plugins/local_plugin.py (+22/-0) tests/plainbox/data/local-plugin/snapcraft.yaml (+2/-0) tests/plainbox/units/jobs.pxu (+9/-0) |
| To merge this branch: | bzr merge lp:~mterry/snapcraft/local-plugins |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ricardo Salveti (community) | 2015-07-09 | Approve on 2015-07-10 | |
|
Review via email:
|
|||
Commit Message
Add support for local plugins in parts/plugins.
Description of the Change
Add support for local plugins in parts/plugins.
We discussed being able to specify a separate local plugin path in the Isle of Man, but that isn't implemented yet.
To post a comment you must log in.
lp:~mterry/snapcraft/local-plugins
updated
on 2015-07-09
- 77. By Michael Terry on 2015-07-09
-
Drop errant ls
lp:~mterry/snapcraft/local-plugins
updated
on 2015-07-10
- 78. By Michael Terry on 2015-07-10
-
Add notice when using a local plugin
| Michael Terry (mterry) wrote : | # |
OK, I added an extra log notice.


Looks good, one minor question inline, feel free to merge it.