~gary/launchpad/annotate-buildout-version

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Herb McNew
  • Date: 2008-07-31 21:47:45 UTC
  • mto: This revision was merged to the branch mainline in revision 6783.
  • Revision ID: herb.mcnew@canonical.com-20080731214745-ylynr2rmvgeh9z4r
Applied the patch that kiko provided and that was tested on staging. Allows us to run an app server instance under gdb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
        $(APPSERVER_ENV) $(PYTHON) -t $(STARTSCRIPT) \
139
139
                 -r librarian,restricted-librarian,google-webservice -C $(CONFFILE)
140
140
 
 
141
start-gdb: inplace stop bzr_version_info
 
142
        rm -f thread*.request
 
143
        $(APPSERVER_ENV) nohup gdb -x run.gdb --args $(PYTHON) -t $(STARTSCRIPT) \
 
144
                -r librarian,restricted-librarian,google-webservice -C $(CONFFILE) \
 
145
                > ${LPCONFIG}-nohup.out 2>&1 &
 
146
 
141
147
run_all: inplace stop sourcecode/launchpad-loggerhead/sourcecode/loggerhead
142
148
        rm -f thread*.request
143
149
        $(APPSERVER_ENV) $(PYTHON) -t $(STARTSCRIPT) \