Fix: Address various shellcheck linting errors in scripts
[releng/global-jjb.git] / releasenotes / notes / sign-mode-2e46e7c5e0b93135.yaml
1 ---
2 features:
3   - |
4     **lf-sigul-sign-dir** macros now supports a ``sign-mode`` parameter which
5     allows jobs to choose to sign artifacts using either *parallel* mode
6     or *serial* mode (default).
7 upgrade:
8   - |
9     **lf-sigul-sign-dir** users need to add a new parameter ``sign-mode`` to
10     their job-templates setting either *parallel* or *serial* as the value, we
11     recommend setting serial mode for this setting.
12
13     **{project-name}-maven-stage-{stream}**'s Sigul signer now defaults to
14     *serial* mode instead of the previous *parallel* behaviour. To change
15     this back to the previous behaviour pass the "sign-mode" parameter to the
16     job template:
17
18     .. code-block:: yaml
19
20        - project:
21            name: parallel-sign
22            jobs:
23              - gerrit-maven-stage:
24                  sign-mode: parallel