Merge lp://staging/~abentley/juju-release-tools/fix-lint into lp://staging/juju-release-tools
Proposed by
Aaron Bentley
Status: | Merged |
---|---|
Merged at revision: | 222 |
Proposed branch: | lp://staging/~abentley/juju-release-tools/fix-lint |
Merge into: | lp://staging/juju-release-tools |
Diff against target: |
445 lines (+347/-12) 7 files modified
.bzrignore (+1/-0) build_package.py (+2/-2) deptree.py (+5/-6) generate_simplestreams.py (+106/-0) publish_streams.py (+3/-2) tests/test_generate_simplestreams.py (+228/-0) validate_streams.py (+2/-2) |
To merge this branch: | bzr merge lp://staging/~abentley/juju-release-tools/fix-lint |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
Review via email: mp+274008@code.staging.launchpad.net |
Commit message
Implement generate-
Description of the change
This branch implements generate_
It is based on simplestreams tools/tab2streams, and intended to eventually be merged into simplestreams.
It is a prerequisite for stanzas_to_streams, which is what use for generating streams.
To post a comment you must log in.
Thank you. I think the call to utils.mdir_p is odd, but I see where it comes from. This is fine to land.