From f896f822d504161a69f330c3796959c0a1dc21b3 Mon Sep 17 00:00:00 2001 From: dsc Date: Wed, 9 May 2012 02:02:45 -0700 Subject: [PATCH] Splits out staging. Finishes up on deploy. --- fabfile/stages.py | 1 - fabfile/util.py | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/fabfile/stages.py b/fabfile/stages.py index ebada51..aeb2020 100644 --- a/fabfile/stages.py +++ b/fabfile/stages.py @@ -34,7 +34,6 @@ def stage(): env.deploy_env = 'stage' env.hosts = ['less.ly'] env.target_dir = '/home/wmf/projects/kraken-ui' - env.user = 'wmf' env.owner = 'wmf' env.group = 'www' diff --git a/fabfile/util.py b/fabfile/util.py index befa087..736cbb4 100644 --- a/fabfile/util.py +++ b/fabfile/util.py @@ -8,7 +8,7 @@ from functools import wraps from fabric.api import * from fabric.colors import white, blue, cyan, green, yellow, red, magenta -__all__ = ('quietly', 'msg', 'make_wrapper', 'coke', 'update_version',) +__all__ = ('quietly', 'msg', 'coke', 'update_version',) @contextmanager -- 1.7.0.4