~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Raphael Badin
  • Date: 2011-09-27 07:58:30 UTC
  • mto: (14032.1.8 longpoll-uri-request)
  • mto: This revision was merged to the branch mainline in revision 14084.
  • Revision ID: raphael.badin@canonical.com-20110927075830-184lvmuqhab58jw5
Add TxLongPollServer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
        $(PY) cronscripts/merge-proposal-jobs.py -v
254
254
 
255
255
run: build inplace stop
256
 
        bin/run -r librarian,google-webservice,memcached,rabbitmq -i $(LPCONFIG)
 
256
        bin/run -r librarian,google-webservice,memcached,rabbitmq,txlongpoll -i $(LPCONFIG)
257
257
 
258
258
run-testapp: LPCONFIG=testrunner-appserver
259
259
run-testapp: build inplace stop
270
270
 
271
271
run_all: build inplace stop
272
272
        bin/run \
273
 
         -r librarian,sftp,forker,mailman,codebrowse,google-webservice,memcached,rabbitmq \
 
273
         -r librarian,sftp,forker,mailman,codebrowse,google-webservice,memcached,rabbitmq,txlongpoll \
274
274
         -i $(LPCONFIG)
275
275
 
276
276
run_codebrowse: build