~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • 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:
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 -i $(LPCONFIG)
 
256
        bin/run -r librarian,google-webservice,memcached,rabbitmq -i $(LPCONFIG)
257
257
 
258
258
run.gdb:
259
259
        echo 'run' > run.gdb
265
265
 
266
266
run_all: build inplace stop
267
267
        bin/run \
268
 
         -r librarian,sftp,forker,mailman,codebrowse,google-webservice,memcached \
 
268
         -r librarian,sftp,forker,mailman,codebrowse,google-webservice,memcached,rabbitmq \
269
269
         -i $(LPCONFIG)
270
270
 
271
271
run_codebrowse: build