~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gavin Panella
  • Date: 2011-08-10 10:56:54 UTC
  • mto: This revision was merged to the branch mainline in revision 13650.
  • Revision ID: gavin.panella@canonical.com-20110810105654-oe7dh707bsukoxr4
Remove check_schema Makefile target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
check_config: build
96
96
        bin/test -m canonical.config.tests -vvt test_config
97
97
 
98
 
check_schema: build
99
 
        ${PY} utilities/check-db-revision.py
100
 
 
101
98
# Clean before running the test suite, since the build might fail depending
102
99
# what source changes happened. (e.g. apidoc depends on interfaces)
103
100
check: clean build
254
251
        # Handle merge proposal email jobs.
255
252
        $(PY) cronscripts/merge-proposal-jobs.py -v
256
253
 
257
 
run: check_schema inplace stop
 
254
run: build inplace stop
258
255
        bin/run -r librarian,google-webservice,memcached -i $(LPCONFIG)
259
256
 
260
257
run.gdb:
261
258
        echo 'run' > run.gdb
262
259
 
263
 
start-gdb: check_schema inplace stop support_files run.gdb
 
260
start-gdb: build inplace stop support_files run.gdb
264
261
        nohup gdb -x run.gdb --args bin/run -i $(LPCONFIG) \
265
262
                -r librarian,google-webservice
266
263
                > ${LPCONFIG}-nohup.out 2>&1 &
267
264
 
268
 
run_all: check_schema inplace stop
 
265
run_all: build inplace stop
269
266
        bin/run \
270
267
         -r librarian,sftp,forker,mailman,codebrowse,google-webservice,memcached \
271
268
         -i $(LPCONFIG)
279
276
stop_codebrowse:
280
277
        $(PY) scripts/stop-loggerhead.py
281
278
 
282
 
run_codehosting: check_schema inplace stop
 
279
run_codehosting: build inplace stop
283
280
        bin/run -r librarian,sftp,forker,codebrowse -i $(LPCONFIG)
284
281
 
285
282
start_librarian: compile
462
459
                --docformat restructuredtext --verbose-about epytext-summary \
463
460
                $(PYDOCTOR_OPTIONS)
464
461
 
465
 
.PHONY: apidoc buildout_bin check doc tags TAGS zcmldocs realclean \
466
 
        clean debug stop start run ftest_build ftest_inplace \
467
 
        test_build test_inplace pagetests check schema default \
468
 
        launchpad.pot pull_branches scan_branches sync_branches \
469
 
        reload-apache hosted_branches check_mailman check_config \
470
 
        jsbuild jsbuild_widget_css clean_js clean_buildout buildonce_eggs \
471
 
        build_eggs sprite_css sprite_image css_combine compile \
472
 
        check_schema pydoctor clean_logs
 
462
.PHONY: \
 
463
        apidoc build_eggs buildonce_eggs buildout_bin check check \
 
464
        check_config check_mailman clean clean_buildout clean_js \
 
465
        clean_logs compile css_combine debug default doc ftest_build \
 
466
        ftest_inplace hosted_branches jsbuild jsbuild_widget_css \
 
467
        launchpad.pot pagetests pull_branches pydoctor realclean \
 
468
        reload-apache run scan_branches schema sprite_css sprite_image \
 
469
        start stop sync_branches TAGS tags test_build test_inplace \
 
470
        zcmldocs