diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-03 21:25:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-04 17:19:14 +0300 |
commit | 7dabb6e931740b2777be5dca53c3cec0b984f0fb (patch) | |
tree | e89348003d3161d1a93ef2aa0bd7d293c7e55075 /etc | |
parent | bc899becb66e37df6dc93aeca885c68b96e33a1a (diff) |
Print configuration target and classes on build configurations page
Diffstat (limited to 'etc')
-rw-r--r-- | etc/brep-module.conf | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index b4c0ee4..458261e 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -28,9 +28,9 @@ menu Packages= menu About=?about -# Number of package search results per page. +# Number of packages per page. # -# search-results 20 +# search-page-entries 20 # Number of pages in navigation (pager). @@ -83,6 +83,16 @@ menu About=?about # build-config +# Number of build configurations per page. +# +# build-config-page-entries 20 + + +# Number of pages in navigation (pager). +# +# build-config-pages 5 + + # Directory containing build bot agent public keys. If specified, then brep # will perform agent authentication and will reject build results from # unauthenticated ones. If not specified, then build results are accepted from @@ -97,15 +107,14 @@ menu About=?about # build-bot-agent-keys -# Number of package build configurations per page. +# Number of builds per page. # -# build-configurations 20 +# build-page-entries 20 # Number of pages in navigation (pager). # # build-pages 5 -# # Time to wait before considering a package for a forced rebuild. Must be |