Merge lp://qastaging/~jelmer/launchpad/608846-make-lp-user-ssh-keys into lp://qastaging/launchpad
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Approved by: | Robert Collins |
Approved revision: | no longer in the source branch. |
Merged at revision: | 11207 |
Proposed branch: | lp://qastaging/~jelmer/launchpad/608846-make-lp-user-ssh-keys |
Merge into: | lp://qastaging/launchpad |
Diff against target: |
30 lines (+4/-4) 1 file modified
utilities/make-lp-user (+4/-4) |
To merge this branch: | bzr merge lp://qastaging/~jelmer/launchpad/608846-make-lp-user-ssh-keys |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins (community) | Approve | ||
Review via email: mp+30701@code.qastaging.launchpad.net |
Commit message
Update make-lp-user to use new ISSHKeySet.new() API.
Description of the change
This trivial branch fixes make-lp-user's call to ISSHKeySet.new() after the latters' arguments have been changed.
utilities/
To post a comment you must log in.
Perhaps the heavylifting in make-lp-user should be moved into the lp. namespace so it can be unittested. I'll leave that for a separate bug though.