~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-07-16 03:44:09 UTC
  • mfrom: (8827.2.7 buildout-sitepackage)
  • Revision ID: launchpad@pqm.canonical.com-20090716034409-2zc27qubsc8dtd5z
[r=flacoste][ui=none] integrate my zc.buildout branches to fix a
        variety of problems of using buildout with a system Python

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# allow-picked-versions = false # A buildout bug is not allowing this to work.
24
24
 
25
25
prefer-final = true
 
26
include-site-packages = false
26
27
 
27
28
develop = .
28
29
 
36
37
# Make mailman built and installed in a more normal way.
37
38
extra-paths = ${buildout:directory}/lib/mailman
38
39
source-directory = buildout-templates
 
40
include-site-packages = true
39
41
 
40
42
[scripts]
41
43
recipe = zc.recipe.egg
52
54
    googletestservice=canonical.launchpad.testing.googletestservice:main
53
55
    windmill=windmill.bin.windmill_bin:main
54
56
    lp-windmill=lp.scripts.utilities.lpwindmill:main
 
57
include-site-packages = true
55
58
 
56
59
[iharness]
57
60
recipe = zc.recipe.egg
63
66
                 os.environ['LPCONFIG'] = '${configuration:instance_name}'
64
67
entry-points = iharness=canonical.database.harness:ipython
65
68
scripts = iharness ipython=ipy
 
69
include-site-packages = true
66
70
 
67
71
[tags]
68
72
recipe = z3c.recipe.tag:tags
69
73
eggs = lp
 
74
include-site-packages = true
70
75
 
71
76
[i18n]
72
77
recipe = z3c.recipe.i18n:i18n
75
80
domain = launchpad
76
81
output = locales
77
82
zcml = <include file="../../site.zcml" />
 
83
include-site-packages = true