Merge lp:~matt-goodall/pkgme-service/celery-dev-control into lp:pkgme-service

Proposed by Matt Goodall
Status: Merged
Approved by: Wes Mason
Approved revision: 204
Merged at revision: 205
Proposed branch: lp:~matt-goodall/pkgme-service/celery-dev-control
Merge into: lp:pkgme-service
Diff against target: 9 lines (+1/-1)
1 file modified
development.mk (+1/-1)
To merge this branch: bzr merge lp:~matt-goodall/pkgme-service/celery-dev-control
Reviewer Review Type Date Requested Status
Wes Mason (community) Approve
Review via email: mp+243636@code.launchpad.net

Commit message

Fix name of celery_stop pid file.

Description of the change

Simple change to correct name of pid file in the celery_stop make target.

To post a comment you must log in.
Revision history for this message
Wes Mason (wesmason) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'development.mk'
2--- development.mk 2014-10-01 20:13:18 +0000
3+++ development.mk 2014-12-04 10:12:10 +0000
4@@ -59,4 +59,4 @@
5 python django_project/manage.py celeryd start -E --loglevel=DEBUG --pidfile=celery@test.pid &
6
7 celery_stop:
8- kill -9 `cat celeryd@test.pid`
9+ kill -9 `cat celery@test.pid`

Subscribers

People subscribed via source and target branches