From 17d44ec2c41a5b485cecae51a07396f85a601248 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 30 Jun 2017 02:53:57 +0300 Subject: Fix builds page to correctly display unbuilt package count --- etc/brep-module.conf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/brep-module.conf b/etc/brep-module.conf index dd8f048..ecac553 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -46,11 +46,15 @@ menu About=?about # The package database connection configuration. By default, brep will try to -# connect to the local instance of PostgreSQL with the operating system-default -# mechanism (Unix-domain socket, etc) and use operating system (login) user -# name and the database called 'brep_package'. See brep(1) for details. +# connect to the local instance of PostgreSQL with the operating system- +# default mechanism (Unix-domain socket, etc) and use operating system +# (login) user name and the database called 'brep_package'. If the role name +# is not empty then the login user will be switched (with SET ROLE) to this +# user prior to executing any statements. If not specified, then 'brep' is +# used. See brep(1) for details. # # package-db-user +# package-db-role brep # package-db-password # package-db-name brep_package # package-db-host @@ -137,9 +141,13 @@ menu About=?about # The build database connection configuration. By default, brep will try to # connect to the local instance of PostgreSQL with the operating system-default # mechanism (Unix-domain socket, etc) and use operating system (login) user -# name and the database called 'brep_build'. See brep(1) for details. +# name and the database called 'brep_build'. If the role name is not empty +# then the login user will be switched (with SET ROLE) to this user prior +# to executing any statements. If not specified, then 'brep' is used. See +# brep(1) for details. # # build-db-user +# build-db-role brep # build-db-password # build-db-name brep_build # build-db-host -- cgit v1.1