Merge lp://staging/~abentley/juju-core/sign-metadata into lp://staging/~juju-qa/juju-core/cd-release-juju
Proposed by
Aaron Bentley
Status: | Merged |
---|---|
Merged at revision: | 262 |
Proposed branch: | lp://staging/~abentley/juju-core/sign-metadata |
Merge into: | lp://staging/~juju-qa/juju-core/cd-release-juju |
Diff against target: |
356 lines (+331/-0) 5 files modified
Makefile (+11/-0) sign_metadata.py (+94/-0) tests/__init__.py (+14/-0) tests/test_sign_metadata.py (+200/-0) utility.py (+12/-0) |
To merge this branch: | bzr merge lp://staging/~abentley/juju-core/sign-metadata |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
Review via email: mp+284781@code.staging.launchpad.net |
Commit message
Add sign_metadata script.
Description of the change
This branch copies the sign_metadata script from juju-release-tools to cd-release-juju.
fake_gpg and its associated functions were extracted so that they could be reused.
To post a comment you must log in.
Thank you.