From 7db53790ca2d2c004bfd00b503eca59a8d084870 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Aug 2024 20:03:48 +0300 Subject: Add support for loading package version reviews --- etc/brep-module.conf | 13 +++++++++++++ etc/private/install/brep-module.conf | 13 +++++++++++++ 2 files changed, 26 insertions(+) (limited to 'etc') 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: +# +# ///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: +# +# ///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 -- cgit v1.1