From e81faac093c1e9ee8f7dc710230c4b9e03b37d3a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 17 May 2023 22:34:39 +0300 Subject: Sync comments in brep-module.conf with module.cli --- etc/brep-module.conf | 15 ++++++++------- etc/private/install/brep-module.conf | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/etc/brep-module.conf b/etc/brep-module.conf index ece1a05..606c2d5 100644 --- a/etc/brep-module.conf +++ b/etc/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: # # [/]///// # -# 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 @@ -448,7 +449,7 @@ menu About=?about # 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 = 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: # # [/]///// # -# 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 = -- cgit v1.1