aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-08-01 20:03:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-08-07 19:01:06 +0300
commit7db53790ca2d2c004bfd00b503eca59a8d084870 (patch)
tree5f6201d48322043e1f2802efddb28e5643a2dab7 /etc
parentee220058d977738c02ead45cc5567bbab33adf48 (diff)
Add support for loading package version reviews
Diffstat (limited to 'etc')
-rw-r--r--etc/brep-module.conf13
-rw-r--r--etc/private/install/brep-module.conf13
2 files changed, 26 insertions, 0 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf
index d5a5e78..3963379 100644
--- a/etc/brep-module.conf
+++ b/etc/brep-module.conf
@@ -297,6 +297,19 @@ menu About=?about
# bindist-url
+# The base URL for the reviews manifest files. If this option is specified,
+# then the review information is displayed on the package version details
+# page.
+#
+# The complete URL is formed by adding the following path to the base:
+#
+# <project>/<package>/<version>/reviews.manifest
+#
+# Note that no separator is added between the base and this path.
+#
+# reviews-url
+
+
# The openssl program to be used for crypto operations. You can also specify
# additional options that should be passed to the openssl program with
# openssl-option. If the openssl program is not explicitly specified, then brep
diff --git a/etc/private/install/brep-module.conf b/etc/private/install/brep-module.conf
index bfaa8f6..bad5ede 100644
--- a/etc/private/install/brep-module.conf
+++ b/etc/private/install/brep-module.conf
@@ -297,6 +297,19 @@ menu About=?about
# bindist-url
+# The base URL for the reviews manifest files. If this option is specified,
+# then the review information is displayed on the package version details
+# page.
+#
+# The complete URL is formed by adding the following path to the base:
+#
+# <project>/<package>/<version>/reviews.manifest
+#
+# Note that no separator is added between the base and this path.
+#
+# reviews-url
+
+
# The openssl program to be used for crypto operations. You can also specify
# additional options that should be passed to the openssl program with
# openssl-option. If the openssl program is not explicitly specified, then brep