~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
                -r librarian,google-webservice
235
235
                > ${LPCONFIG}-nohup.out 2>&1 &
236
236
 
237
 
run_all: check_schema inplace stop hosted_branches
 
237
run_all: check_schema inplace stop
238
238
        $(RM) thread*.request
239
239
        bin/run -r librarian,sftp,mailman,codebrowse,google-webservice,memcached \
240
240
            -i $(LPCONFIG)
248
248
stop_codebrowse:
249
249
        $(PY) scripts/stop-loggerhead.py
250
250
 
251
 
run_codehosting: check_schema inplace stop hosted_branches
 
251
run_codehosting: check_schema inplace stop
252
252
        $(RM) thread*.request
253
253
        bin/run -r librarian,sftp,codebrowse -i $(LPCONFIG)
254
254