Merge lp:~bac/lpsetup/from-branch into lp:lpsetup
Proposed by
Brad Crittenden
on 2012-07-17
| Status: | Merged |
|---|---|
| Approved by: | Brad Crittenden on 2012-07-17 |
| Approved revision: | 69 |
| Merged at revision: | 56 |
| Proposed branch: | lp:~bac/lpsetup/from-branch |
| Merge into: | lp:lpsetup |
| Diff against target: |
133 lines (+53/-7) 3 files modified
lpsetup/settings.py (+2/-0) lpsetup/subcommands/initlxc.py (+49/-6) lpsetup/tests/subcommands/test_initlxc.py (+2/-1) |
| To merge this branch: | bzr merge lp:~bac/lpsetup/from-branch |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Benji York (community) | code | 2012-07-17 | Approve on 2012-07-17 |
|
Review via email:
|
|||
Commit Message
Add a -B|--lpsetup-branch option to initlxc and install-lxc to specify
a branch to use for lpsetup in the container instead of installing it
via a package.
Description of the Change
Add a -B|--lpsetup-branch option to initlxc and install-lxc to specify
a branch to use for lpsetup in the container instead of installing it
via a package.
This change really helps with testing lpsetup since you no longer have
to manually install the branch in the container.
Usage:
% lp-setup install-lxc -B lp:~bac/lpsetup/from-branch
To post a comment you must log in.
lp:~bac/lpsetup/from-branch
updated
on 2012-07-17
- 69. By Brad Crittenden on 2012-07-17
-
Changes from review

Brad and I discussed a slight simplification on IRC for the temporary lpsetup checkout directory code which he will be doing. Otherwise this branch looks great.