Merge lp://staging/~mew/charmsupport/execd into lp://staging/charmsupport
Proposed by
Matthew Wedgwood
Status: | Merged |
---|---|
Approved by: | Tom Haddon |
Approved revision: | 37 |
Merged at revision: | 40 |
Proposed branch: | lp://staging/~mew/charmsupport/execd |
Merge into: | lp://staging/charmsupport |
Diff against target: |
184 lines (+156/-1) 4 files modified
bin/charmsupport (+31/-0) charmsupport/execd.py (+35/-0) setup.py (+2/-1) tests/test_execd.py (+88/-0) |
To merge this branch: | bzr merge lp://staging/~mew/charmsupport/execd |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tom Haddon (community) | Approve | ||
Review via email:
|
Commit message
Add support for exec.d payloads (for forked charms)
Add "charmsupport" command for accessing functions from the command line. Currently supports only exec.d
Description of the change
Add support for exec.d payloads (for forked charms)
Add "charmsupport" command for accessing functions from the command line. Currently supports only exec.d
To post a comment you must log in.
Looks good to me.