launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #05103
[Merge] lp:~rvb/txlongpoll/change-bin-txlongpoll into lp:txlongpoll
Raphaël Victor Badin has proposed merging lp:~rvb/txlongpoll/change-bin-txlongpoll into lp:txlongpoll.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~rvb/txlongpoll/change-bin-txlongpoll/+merge/77134
This branch changes the name of the binary generated from twistd to txlongpoll.
--
https://code.launchpad.net/~rvb/txlongpoll/change-bin-txlongpoll/+merge/77134
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/txlongpoll/change-bin-txlongpoll into lp:txlongpoll.
=== modified file 'buildout.cfg'
--- buildout.cfg 2011-07-12 11:08:00 +0000
+++ buildout.cfg 2011-09-27 10:25:23 +0000
@@ -23,7 +23,7 @@
recipe = zc.recipe.egg:scripts
interpreter = py
eggs = txlongpoll
-entry-points = twistd=twisted.scripts.twistd:run
+entry-points = txlongpoll=twisted.scripts.twistd:run
[tags]
recipe = z3c.recipe.tag:tags