From: dsc Date: Wed, 9 May 2012 09:02:45 +0000 (-0700) Subject: Splits out staging. Finishes up on deploy. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=f896f822d504161a69f330c3796959c0a1dc21b3;p=limn-bak.git Splits out staging. Finishes up on deploy. --- 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