~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Gary Poster
  • Date: 2009-08-05 03:30:57 UTC
  • mto: (8697.27.10 zbuildout)
  • mto: This revision was merged to the branch mainline in revision 9096.
  • Revision ID: gary.poster@canonical.com-20090805033057-3oqzqcto33gy2m6v
take advantage of new buildout features from my dev branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# to versions.cfg.
24
24
extends = versions.cfg
25
25
 
26
 
# allow-picked-versions = false # A buildout bug is not allowing this to work.
 
26
allow-picked-versions = false
 
27
 
 
28
allowed-eggs-from-site-packages =
 
29
include-site-packages-for-buildout = false
27
30
 
28
31
prefer-final = true
29
 
include-site-packages = false
30
32
 
31
33
develop = .
32
34
 
41
43
# Make mailman built and installed in a more normal way.
42
44
extra-paths = ${buildout:directory}/lib/mailman
43
45
source-directory = buildout-templates
44
 
include-site-packages = true
45
46
 
46
47
[scripts]
47
48
recipe = zc.recipe.egg
59
60
    googletestservice=canonical.launchpad.testing.googletestservice:main
60
61
    windmill=windmill.bin.windmill_bin:main
61
62
    lp-windmill=lp.scripts.utilities.lpwindmill:main
62
 
include-site-packages = true
63
63
 
64
64
[iharness]
65
65
recipe = zc.recipe.egg
66
66
eggs = lp
67
 
       IPython
 
67
       ipython
68
68
extra-paths = ${buildout:directory}/lib/mailman
69
69
initialization = import os
70
70
                 os.environ['STORM_CEXTENSIONS'] = '1'
71
71
                 os.environ['LPCONFIG'] = '${configuration:instance_name}'
72
72
entry-points = iharness=canonical.database.harness:ipython
73
73
scripts = iharness ipython=ipy
74
 
include-site-packages = true
75
74
 
76
75
[tags]
77
76
recipe = z3c.recipe.tag:tags
78
77
eggs = lp
79
 
include-site-packages = true
80
78
 
81
79
[i18n]
82
80
recipe = z3c.recipe.i18n:i18n
85
83
domain = launchpad
86
84
output = locales
87
85
zcml = <include file="../../site.zcml" />
88
 
include-site-packages = true