Merge ~jugmac00/lpci:fix-documentation-for-root-flag into lpci:main

Proposed by Jürgen Gmach
Status: Merged
Merged at revision: c2c3ba678219b8913055af1522c2a5c3d01e4678
Proposed branch: ~jugmac00/lpci:fix-documentation-for-root-flag
Merge into: lpci:main
Diff against target: 29 lines (+6/-1)
2 files modified
NEWS.rst (+5/-0)
docs/configuration.rst (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+445654@code.launchpad.net

Commit message

Fix default value for the `root` flag in documentation

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/NEWS.rst b/NEWS.rst
2index 06151a5..21b7957 100644
3--- a/NEWS.rst
4+++ b/NEWS.rst
5@@ -2,6 +2,11 @@
6 Version history
7 ===============
8
9+0.2.2 (unreleased)
10+==================
11+
12+- Fix default value for the `root` flag in documentation.
13+
14 0.2.1 (2023-06-06)
15 ==================
16
17diff --git a/docs/configuration.rst b/docs/configuration.rst
18index 3a71bcd..73e2a58 100644
19--- a/docs/configuration.rst
20+++ b/docs/configuration.rst
21@@ -76,7 +76,7 @@ Job definitions
22 If ``true``, run shell commands declared by ``run-before``,
23 ``run``, and ``run-after`` as root;
24 if ``false``, run them as a non-root user (``_lpci``).
25- Default value: ``false``.
26+ Default value: ``true``.
27
28 ``run-before`` (optional)
29 A string (possibly multi-line) containing shell commands to run for this

Subscribers

People subscribed via source and target branches