diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-14 00:37:16 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-15 20:37:43 +0300 |
commit | 5163436b00711318baea4fc0ad43a4de8222354a (patch) | |
tree | a05c06693bda84dd9a9b365a50c227126a5ec05f /etc/brep-module.conf | |
parent | 2ebf9de408f3fd629126a20b21221e186195813c (diff) |
Implement builds page
Diffstat (limited to 'etc/brep-module.conf')
-rw-r--r-- | etc/brep-module.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index fdd3819..53678bb 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -21,10 +21,11 @@ # web interface root. # menu Packages= +# menu Builds=?builds menu About=?about -# Number of results per page. +# Number of package search results per page. # # search-results 10 @@ -75,6 +76,17 @@ menu About=?about # build-config +# Number of packages build configurations per page. +# +# build-configurations 10 + + +# Number of pages in navigation (pager). +# +# build-pages 5 +# + + # Time to wait before considering a package for a forced rebuild. Must be # specified in seconds. Default is 10 minutes. # |