# HG changeset patch # User Andre Heinecke # Date 1277125611 0 # Node ID 2995f3042f8276891eef14e5096e9605e3206d5b # Parent 610b7e57f9663ebdcad72f25f8c3515ea263712a Added a comment in the demo.cfg about the builder_cls option to switch the builder backend. diff -r 610b7e57f966 -r 2995f3042f82 demo.cfg --- 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