1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00

rundir could not be kept, use consistent naming

This commit is contained in:
Oliver Giles
2017-10-14 17:51:24 +03:00
parent f96e58c3f1
commit 32426ee34f
4 changed files with 10 additions and 9 deletions

View File

@@ -484,7 +484,7 @@ make
- `LAMINAR_BIND_HTTP`: The interface/port or unix socket on which `laminard` should listen for incoming connections to the web frontend. Default `*:8080`
- `LAMINAR_BIND_RPC`: The interface/port or unix socket on which `laminard` should listen for incoming commands such as build triggers. Default `unix-abstract:laminar`
- `LAMINAR_TITLE`: The page title to show in the web frontend.
- `LAMINAR_KEEP_WORKDIR`: If set, do not delete run directories after completion
- `LAMINAR_KEEP_RUNDIR`: If set, do not delete run directories after completion
- `LAMINAR_ARCHIVE_URL`: If set, the web frontend served by `laminard` will use this URL to form links to artefacts archived jobs. Must be synchronized with web server configuration.
### Script execution order