~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Jelmer Vernooij
  • Date: 2011-09-21 14:28:02 UTC
  • mfrom: (14006 devel)
  • mto: This revision was merged to the branch mainline in revision 14010.
  • Revision ID: jelmer@canonical.com-20110921142802-7ggkc204igsy532w
MergeĀ lp:launchpad

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    tags
10
10
    iharness
11
11
    i18n
 
12
    txlongpoll
12
13
unzip = true
13
14
eggs-directory = eggs
14
15
download-cache = download-cache
91
92
domain = launchpad
92
93
output = locales
93
94
zcml = <include file="../../site.zcml" />
 
95
 
 
96
[txlongpoll]
 
97
recipe = z3c.recipe.scripts
 
98
eggs = ${scripts:eggs}
 
99
    txlongpoll
 
100
include-site-packages = false
 
101
allowed-eggs-from-site-packages =
 
102
initialization = ${scripts:initialization}
 
103
entry-points = txlongpoll=twisted.scripts.twistd:run
 
104
scripts = txlongpoll