~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Gary Poster
  • Date: 2010-02-24 16:44:39 UTC
  • mto: (7675.623.23 launchpad)
  • mto: This revision was merged to the branch mainline in revision 10633.
  • Revision ID: gary.poster@canonical.com-20100224164439-x1ziiopoy52cbwam
use newer version of zc.buildout packages, and slightly simplify the test.in file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
[filetemplates]
36
36
recipe = z3c.recipe.filetemplate
37
 
eggs = lp
38
 
       windmill
39
 
# XXX gary 2009-5-12 bug 375751:
40
 
# Make mailman built and installed in a more normal way.
41
 
extra-paths = ${buildout:directory}/lib/mailman
42
37
source-directory = buildout-templates
43
38
 
44
39
[scripts]
50
45
# XXX gary 2009-5-12 bug 375751:
51
46
# Make mailman built and installed in a more normal way.
52
47
extra-paths = ${buildout:directory}/lib/mailman
53
 
add-site-packages = true
 
48
include-site-packages = true
 
49
allowed-eggs-from-site-packages =
54
50
interpreter = py
55
51
# Note that any indentation is lost in initialization blocks.
56
52
initialization =
70
66
eggs = ${scripts:eggs}
71
67
     ipython
72
68
extra-paths = ${scripts:extra-paths}
73
 
add-site-packages = true
 
69
include-site-packages = true
 
70
allowed-eggs-from-site-packages =
74
71
initialization = ${scripts:initialization}
75
72
entry-points = iharness=canonical.database.harness:ipython
76
73
scripts = iharness ipython=ipy