Merge lp://qastaging/~fwereade/pyjuju/check-latest-formulas into lp://qastaging/pyjuju
Proposed by
William Reade
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Gustavo Niemeyer | ||||
Approved revision: | 386 | ||||
Merged at revision: | 387 | ||||
Proposed branch: | lp://qastaging/~fwereade/pyjuju/check-latest-formulas | ||||
Merge into: | lp://qastaging/pyjuju | ||||
Prerequisite: | lp://qastaging/~fwereade/pyjuju/use-remote-formulas | ||||
Diff against target: |
799 lines (+377/-225) 6 files modified
juju/charm/repository.py (+63/-33) juju/charm/tests/test_repository.py (+301/-187) juju/charm/tests/test_url.py (+1/-0) juju/charm/url.py (+4/-0) juju/control/deploy.py (+4/-3) juju/control/upgrade_charm.py (+4/-2) |
||||
To merge this branch: | bzr merge lp://qastaging/~fwereade/pyjuju/check-latest-formulas | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gustavo Niemeyer | Approve | ||
Review via email:
|
Description of the change
Use the /latest?
To post a comment you must log in.
Based on request for a cache dir in https:/ /code.launchpad .net/~fwereade/ juju/use- remote- formulas/ +merge/ 77323, this branch now actually uses the cache. It assumes that a charm store implementation will guarantee that a charm-url- with-revision uniquely identifies a given charm, but I think that's a reasonable thing to demand ;-).