Merge lp://staging/~jelmer/bzr-builder/lp-urls into lp://staging/bzr-builder
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Approved by: | James Westby |
Approved revision: | 128 |
Merged at revision: | 126 |
Proposed branch: | lp://staging/~jelmer/bzr-builder/lp-urls |
Merge into: | lp://staging/bzr-builder |
Diff against target: |
342 lines (+108/-63) 3 files modified
cmds.py (+105/-52) ppa.py (+2/-10) tests/test_blackbox.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~jelmer/bzr-builder/lp-urls |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Westby | Approve | ||
Review via email: mp+61446@code.staging.launchpad.net |
Description of the change
Support building directly from a Launchpad recipe URL.
This means that things like:
bzr dailydeb https:/
now do the right thing
To post a comment you must log in.
78 + if safe: instructions = SAFE_INSTRUCTIONS instructions = None
79 + permitted_
80 + else:
81 + permitted_
Would you move that above the opening of the file, so that it is outside
of the try block, so that block is clearly focused on the code that
might reasonably fail?
Thanks for the cool feature.
James