packaging pre-19.1: make octez signer installation non interactive
What
This MR fix a small problem in the installation of the octez signer making it non interactive.
Why
since the octez signer creates a new regular user, the tool adduser
asks for gecos information interactively. This should not be
the case.
How
add the option --comment to add default configuration for this user.
Manually testing the MR
Try to install the octez package on a machine where the tzsigner user does not
exist and check if the installation goes smoothly.
If your machine is a debian release we do not support, you can use make dpkg to
compile and test the package installation locally.
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by pietro