Merge lp://staging/~ted/snapcraft/aws-iot into lp://staging/~snappy-dev/snapcraft/core
Proposed by
Ted Gould
Status: | Work in progress | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~ted/snapcraft/aws-iot | ||||
Merge into: | lp://staging/~snappy-dev/snapcraft/core | ||||
Diff against target: |
545 lines (+373/-21) 8 files modified
snapcraft/cmds.py (+1/-4) snapcraft/lifecycle.py (+5/-5) snapcraft/plugins/awscli.py (+105/-0) snapcraft/plugins/awsiot.py (+227/-0) snapcraft/plugins/python2.py (+14/-1) snapcraft/plugins/python3.py (+14/-1) snapcraft/tests/test_cmds.py (+6/-9) snapcraft/tests/test_lifecycle.py (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~ted/snapcraft/aws-iot | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sergio Schvezov | Needs Fixing | ||
Review via email: mp+276064@code.staging.launchpad.net |
Commit message
Add plugins for working with AWS' IoT features
To post a comment you must log in.
Unmerged revisions
- 256. By Ted Gould
-
Removing unneeded None
- 255. By Ted Gould
-
Making sure we get more files
- 254. By Ted Gould
-
Adding docstrings
- 253. By Ted Gould
-
Testing fixes from Sergio
- 252. By Ted Gould
-
Fix function call
- 251. By Ted Gould
-
Adding the plugins to the command tests
- 250. By Ted Gould
-
Switching to the 'new run'
- 249. By Ted Gould
-
Merge trunk
- 248. By Ted Gould
-
Reduce complexity of cert gen
- 247. By Ted Gould
-
Include cleanups
Looks good, I don't follow, can I see an example for this? I guess that adding the docstring like I ask for can clarify lots here.