1
2
3
4
5
6
7
8
9
10
11
12
|
# A custom buildout.cfg file for testing against a newer bzr.
# Checkout or symlink the new bzr as 'bzr.dev' in the root of the
# launchpad tree then run 'make BUILDOUT_CFG=bzr-trunk-buildout.cfg'.
[buildout]
extends = buildout.cfg
develop = .
bzr.dev
[versions]
bzr =
|