diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-12 21:49:46 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-14 12:27:01 +0300 |
commit | 43a47ce352dc43662dc5a59123ce4823e9ba7189 (patch) | |
tree | 07565442388faaf32cc856e175dd8882ef427398 /etc/brep-module.conf | |
parent | f17ffcc3577014c89d5c4d1009d06ff0e3dabba4 (diff) |
Add support for random package ordering in build task module
Diffstat (limited to 'etc/brep-module.conf')
-rw-r--r-- | etc/brep-module.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 22d82de..31e3e11 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -124,6 +124,13 @@ menu About=?about # build-interactive-login +# Order in which packages are considered for build. The valid values are +# 'stable' and 'random'. If not specified, then 'stable' is assumed. Note that +# interactive builds are always preferred. +# +#build-package-order stable + + # Number of builds per page. # # build-page-entries 20 |