projects
/
kraken-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f91428e
)
Splits out staging. Finishes up on deploy.
author
dsc
<dsc@less.ly>
Wed, 9 May 2012 09:02:45 +0000 (
02:02
-0700)
committer
dsc
<dsc@less.ly>
Wed, 9 May 2012 09:02:45 +0000 (
02:02
-0700)
fabfile/stages.py
patch
|
blob
|
history
fabfile/util.py
patch
|
blob
|
history
diff --git
a/fabfile/stages.py
b/fabfile/stages.py
index
ebada51
..
aeb2020
100644
(file)
--- 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
(file)
--- 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