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
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://code.launchpad.net/~bzr/+recipe/bzr-stats-daily

now do the right thing

To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

78 + if safe:
79 + permitted_instructions = SAFE_INSTRUCTIONS
80 + else:
81 + permitted_instructions = None

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

review: Approve
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

On Wed, 2011-05-18 at 18:14 +0000, James Westby wrote:
> Review: Approve
> 78 + if safe:
> 79 + permitted_instructions = SAFE_INSTRUCTIONS
> 80 + else:
> 81 + permitted_instructions = None
>
> 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?
Done.

> Thanks for the cool feature.
Thanks!

Cheers,

Jelmer

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches