aboutsummaryrefslogtreecommitdiff
path: root/etc/private/install
diff options
context:
space:
mode:
Diffstat (limited to 'etc/private/install')
-rw-r--r--etc/private/install/brep-module.conf38
1 files changed, 36 insertions, 2 deletions
diff --git a/etc/private/install/brep-module.conf b/etc/private/install/brep-module.conf
index bfaa8f6..2545a87 100644
--- a/etc/private/install/brep-module.conf
+++ b/etc/private/install/brep-module.conf
@@ -37,6 +37,7 @@ menu Packages=
# menu Configs=?build-configs
menu Submit=?submit
# menu CI=?ci
+# menu Advanced Search=?advanced-search
menu About=?about
@@ -232,9 +233,9 @@ menu About=?about
# The maximum size of the build result manifest accepted. Note that the HTTP
# POST request body is cached to retry database transactions in the face of
-# recoverable failures (deadlock, loss of connection, etc). Default is 10M.
+# recoverable failures (deadlock, loss of connection, etc). Default is 15M.
#
-# build-result-request-max-size 10485760
+# build-result-request-max-size 15728640
# Enable or disable package build notification emails in the <name>=<mode>
@@ -297,6 +298,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
@@ -447,6 +461,26 @@ submit-handler-timeout 120
# ci-handler-timeout
+# The GitHub App's configured webhook secret. If not set, then the GitHub CI
+# service is disabled. Note that the path must be absolute. Note: make sure to
+# choose a strong (random) secret.
+#
+# ci-github-app-webhook-secret <path>
+
+
+# The private key used during GitHub API authentication for the specified
+# GitHub App ID. Both vales are found in the GitHub App's settings. Note that
+# the paths must be absolute.
+#
+# ci-github-app-id-private-key <id>=<path>
+
+
+# The number of seconds a JWT (authentication token) should be valid for. The
+# maximum allowed by GitHub is 10 minutes.
+#
+# ci-github-jwt-validity-period 600
+
+
# The directory to save upload data to for the specified upload type. If
# unspecified, the build artifacts upload functionality will be disabled for
# this type.