~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Michael Hudson
  • Date: 2009-01-09 02:59:19 UTC
  • mto: (7551.3.3 private-codebrowse)
  • mto: This revision was merged to the branch mainline in revision 7554.
  • Revision ID: michael.hudson@canonical.com-20090109025919-wey9zqz7nbgo5h9v
add makefile targets and symlinks for running loggerhead in the launchpad tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
                -r librarian,google-webservice -C $(CONFFILE) \
172
172
                > ${LPCONFIG}-nohup.out 2>&1 &
173
173
 
174
 
run_all: inplace stop sourcecode/launchpad-loggerhead/sourcecode/loggerhead
 
174
run_all: inplace stop
175
175
        $(RM) thread*.request
176
176
        $(APPSERVER_ENV) $(PYTHON) -t $(STARTSCRIPT) \
177
177
                 -r librarian,buildsequencer,sftp,mailman,codebrowse,google-webservice \
178
178
                 -C $(CONFFILE)
 
179
run_codebrowse:
 
180
        BZR_PLUGIN_PATH=bzrplugins PYTHONPATH=lib $(PYTHON) sourcecode/launchpad-loggerhead/start-loggerhead.py -f
 
181
 
 
182
start_codebrowse:
 
183
        BZR_PLUGIN_PATH=bzrplugins PYTHONPATH=lib $(PYTHON) sourcecode/launchpad-loggerhead/start-loggerhead.py
 
184
 
 
185
stop_codebrowse:
 
186
        PYTHONPATH=lib $(PYTHON) sourcecode/launchpad-loggerhead/stop-loggerhead.py
 
187
 
179
188
 
180
189
pull_branches: support_files
181
190
        # Mirror the hosted branches in the development upload area to the
287
296
            -d launchpad -p lib/canonical/launchpad \
288
297
            -o locales
289
298
 
290
 
sourcecode/launchpad-loggerhead/sourcecode/loggerhead:
291
 
        ln -s ../../loggerhead sourcecode/launchpad-loggerhead/sourcecode/loggerhead
292
 
 
293
299
install: reload-apache
294
300
 
295
301
copy-certificates: