From 27895280434646aeef9e91ce2813987c00ed17b0 Mon Sep 17 00:00:00 2001 From: dsc Date: Tue, 8 May 2012 13:22:08 -0700 Subject: [PATCH] PYTHON CARDINAL SIN. BAD ANDREW. --- fabfile.py | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/fabfile.py b/fabfile.py index a131926..eae72de 100644 --- a/fabfile.py +++ b/fabfile.py @@ -11,30 +11,30 @@ env.roledefs = { @task def bundle(): - """Builds and bundles static files in tmp/dist for deployment.""" - pass + """Builds and bundles static files in tmp/dist for deployment.""" + pass @task def fix_permissions(): - """Recursively fixes permissions on the deployment host.""" - pass + """Recursively fixes permissions on the deployment host.""" + pass @task def update(): - """Runs git pull on the deployment host.""" - pass + """Runs git pull on the deployment host.""" + pass @task def distribute(): - """Copies tmp/dist to deployment host.""" - pass + """Copies tmp/dist to deployment host.""" + pass @task def restart_server(): - """Restarts node.js server on the deployment host.""" - pass + """Restarts node.js server on the deployment host.""" + pass @task def deploy(): - """Full deployment of latest project""" - pass \ No newline at end of file + """Full deployment of latest project""" + pass \ No newline at end of file -- 1.7.0.4