diff options
Diffstat (limited to 'etc/private/install')
-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> |