Add init command
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| lpsetup |
Triaged
|
High
|
Unassigned | ||
Bug Description
(Copied from the card for this feature.)
The host is initialized installing all the Launchpad dependencies and
the required tweaks, but no source code is retrieved. Create a new
subcommand in `lpsetup/
should be subdivided in steps: i.e use `StepsBasedSubc
should reuse code already present in `lpsetup.
Optional arguments:
-u --user: The name of the system user to be created or updated.
The current user is used if this script is not run as root
and this argument is omitted.
-e --email: The email of the user, used for bzr whoami.
-f --full-name: The full name of the user, used for bzr whoami.
decision needed: --private-key, --public-key, --ssh-key-name?
Related branches
- Francesco Banconi (community): Approve
- Gary Poster (community): Approve
- Diff: 0 lines
| tags: | added: launchpad |
| Changed in lpsetup: | |
| status: | New → Triaged |
| importance: | Undecided → High |