From c251c85cf17bdffbd34600e7a99b47540318c706 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 8 Sep 2018 21:19:53 +0300 Subject: Add documentation to etc/brep-module.conf --- etc/brep-module.conf | 16 ++++++++++++++++ mod/options.cli | 6 ++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 8b0bda4..5807a95 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -311,6 +311,22 @@ menu About=?about # ci-handler-timeout +# The default view to display for the global repository root. The value is one +# of the supported services (packages, builds, submit, ci, etc). Default is +# packages. +# +# root-global-view packages +# + + +# The default view to display for the tenant repository root. The value is one +# of the supported services (packages, builds, submit, ci, etc). Default is +# packages. +# +# root-tenant-view packages +# + + # Trace verbosity. Disabled by default. # # verbosity 0 diff --git a/mod/options.cli b/mod/options.cli index 12f577c..d5d4e61 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -538,7 +538,8 @@ namespace brep "", "The default view to display for the global repository root. The argument is one of the supported services (\c{packages}, - \c{builds}, \c{submit}, \c{ci}, etc)." + \c{builds}, \c{submit}, \c{ci}, etc). The default service is + packages." } string root-tenant-view = "packages" @@ -546,7 +547,8 @@ namespace brep "" "The default view to display for the tenant repository root. The argument is one of the supported services (\c{packages}, - \c{builds}, \c{submit}, \c{ci}, etc)." + \c{builds}, \c{submit}, \c{ci}, etc). The default service is + packages." } }; } -- cgit v1.1