comparison demo.cfg @ 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 f06f707d9fda
children 5fda6768bef6
comparison
equal deleted inserted replaced
379:610b7e57f966 380:2995f3042f82
23 # Set an empty value to indicate that no special command is needed. 23 # Set an empty value to indicate that no special command is needed.
24 # 24 #
25 # You can override this in the pkg_ sections if you need package 25 # You can override this in the pkg_ sections if you need package
26 # specific values 26 # specific values
27 root_cmd: sudo 27 root_cmd: sudo
28
29 # The builder class to use. With this option you can configure the
30 # "build-backend" to be used. Currently supported are pbuilder and
31 # sdbmock.
32 # Default is PBuilder
33 # builder_cls: sdbmock
28 34
29 # The builder config file to use. It should be an absolute filename. 35 # The builder config file to use. It should be an absolute filename.
30 # The script initpbuilder.py can create it and the rest of the pbuilder 36 # The script initpbuilder.py can create it and the rest of the pbuilder
31 # files and directories. You can override this in the pkg_ sections for 37 # files and directories. You can override this in the pkg_ sections for
32 # individual packagers if necessary. You will have to adapt e.g. pbuilder 38 # individual packagers if necessary. You will have to adapt e.g. pbuilder
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)