~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-21 11:26:37 UTC
  • mfrom: (13995.1.5 add-longpoll)
  • Revision ID: launchpad@pqm.canonical.com-20110921112637-y2n4a5hux3193k8k
[r=julian-edwards][no-qa] Remove spurious interpreter from the
 txlongpoll buildout recipe.

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