projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32524e2
)
making fabfile consistent by replacing celery[d]? with celery
author
Bryan
<btbonval@gmail.com>
Sun, 29 Dec 2013 05:23:18 +0000
(
00:23
-0500)
committer
Bryan
<btbonval@gmail.com>
Sun, 29 Dec 2013 05:23:18 +0000
(
00:23
-0500)
fabfile.py
patch
|
blob
|
history
diff --git
a/fabfile.py
b/fabfile.py
index 67f44029fb1957d648ec0b1f11674f7edcf6b028..e5999760cd4c79399e3065f85e2f2fe818d2d06c 100644
(file)
--- a/
fabfile.py
+++ b/
fabfile.py
@@
-135,7
+135,7
@@
def supervisorctl(action, process):
@task
-def start_celery
d
():
+def start_celery():
"""
Starts the celeryd process
"""
@@
-143,7
+143,7
@@
def start_celeryd():
@task
-def stop_celery
d
():
+def stop_celery():
"""
Stops the celeryd process
"""