launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29381
[Merge] ~lgp171188/lpcraft:fix-docs-home-page-example-output-directory-bug into lpcraft:main
Guruprasad has proposed merging ~lgp171188/lpcraft:fix-docs-home-page-example-output-directory-bug into lpcraft:main.
Commit message:
Update the output file path in the example configuration
LP: #1996728
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~lgp171188/lpcraft/+git/lpcraft/+merge/433114
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/lpcraft:fix-docs-home-page-example-output-directory-bug into lpcraft:main.
diff --git a/docs/index.rst b/docs/index.rst
index 288b9bd..9e8dfce 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -37,7 +37,16 @@ Example configuration
$ lpcraft run --output-directory out
Running the job
- $ cat out/test/focal/amd64/files/output
+ $ tree out # Find out the location of the output file
+ out
+ └── test
+ └── 0
+ ├── files
+ │ └── output
+ └── properties
+
+ 3 directories, 2 files
+ $ cat out/test/0/files/output
hello world
References