[go: up one dir, main page]

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.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by pietro

Merge request reports

Loading