Mercurial > treepkg
changeset 380:2995f3042f82
Added a comment in the demo.cfg about the builder_cls option to switch the
builder backend.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 21 Jun 2010 13:06:51 +0000 |
parents | 610b7e57f966 |
children | 51c447a6792e |
files | demo.cfg |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/demo.cfg Mon Jun 21 13:06:12 2010 +0000 +++ b/demo.cfg Mon Jun 21 13:06:51 2010 +0000 @@ -26,6 +26,12 @@ # specific values root_cmd: sudo +# The builder class to use. With this option you can configure the +# "build-backend" to be used. Currently supported are pbuilder and +# sdbmock. +# Default is PBuilder +# builder_cls: sdbmock + # The builder config file to use. It should be an absolute filename. # The script initpbuilder.py can create it and the rest of the pbuilder # files and directories. You can override this in the pkg_ sections for