aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-05-17 22:34:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-05-17 22:34:39 +0300
commite81faac093c1e9ee8f7dc710230c4b9e03b37d3a (patch)
tree4d1853f6380d1e9dd8e21c086677242df8d03a2b
parent390af63a73b7d91c3c0b37089e88027b4f46a39f (diff)
Sync comments in brep-module.conf with module.cli
-rw-r--r--etc/brep-module.conf15
-rw-r--r--etc/private/install/brep-module.conf15
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:
#
# [<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
@@ -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 <type>=<path>
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>