~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Tom Haddon
  • Date: 2009-07-04 00:19:09 UTC
  • mto: This revision was merged to the branch mainline in revision 8783.
  • Revision ID: tom.haddon@canonical.com-20090704001909-gjbgt9wl3je9ks8s
Create an initscript-stop target for use on production servers

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
stop: build
203
203
        bin/killservice librarian buildsequencer launchpad mailman
204
204
 
 
205
# This is a stripped down version of the "stop" target for use on
 
206
# production servers - removes running 'make build' because we have
 
207
# already run this as part of starting the service, so not needed here.
 
208
initscript-stop:
 
209
        bin/killservice librarian buildsequencer launchpad mailman
 
210
 
205
211
shutdown: scheduleoutage stop
206
212
        $(RM) +maintenancetime.txt
207
213