diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-05-17 22:34:39 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-05-17 22:34:39 +0300 |
commit | e81faac093c1e9ee8f7dc710230c4b9e03b37d3a (patch) | |
tree | 4d1853f6380d1e9dd8e21c086677242df8d03a2b /etc/private/install/brep-module.conf | |
parent | 390af63a73b7d91c3c0b37089e88027b4f46a39f (diff) |
Sync comments in brep-module.conf with module.cli
Diffstat (limited to 'etc/private/install/brep-module.conf')
-rw-r--r-- | etc/private/install/brep-module.conf | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/etc/private/install/brep-module.conf b/etc/private/install/brep-module.conf index 525316d..df439f4 100644 --- a/etc/private/install/brep-module.conf +++ b/etc/private/install/brep-module.conf @@ -260,20 +260,21 @@ menu About=?about # build-db-retry 10 -# The root directory where the uploaded binary distribution artifacts are +# The root directory where the uploaded binary distribution packages are # saved to under the following directory hierarchy: # # [<tenant>/]<distribution>/<os-release>/<project>/<package>/<version>/<package-config> # -# The package configuration directory symlinks at these paths are displayed as -# web links on the package version details page. If specified, then -# bindist-url must be specified as well. +# The package configuration directory symlinks that match these paths are +# mapped to web URLs based on the bindist-url value and displayed on the +# package version details page. If this option is specified, then bindist-url +# must be specified as well." # # bindist-root -# The URL of the directory specified with the bindist-root option. Must be -# specified if bindist-root is specified. +# The root URL of the directory specified with the bindist-root option. This +# option must be specified if bindist-root is specified. # # bindist-url @@ -456,7 +457,7 @@ submit-handler-timeout 120 # specified type. The handler is executed as part of the HTTP request and is # passed additional arguments that can be specified with # upload-handler-argument followed by the absolute path to the upload -# directory. Note that the program path must be absolute. +# directory (upload-data). Note that the program path must be absolute. # # upload-handler <type>=<path> |