# HG changeset patch # User Steve Losh # Date 1278173103 14400 # Node ID 96d10fd456cff866758e440ffb2294cfebaabf99 # Parent c904a77b6bef9c3ff7b0fb4c727bbdfc9e8eecf9 fab: update the tool repo when deploying, of course diff -r c904a77b6bef -r 96d10fd456cf fabfile.py --- a/fabfile.py Sat Jul 03 12:00:24 2010 -0400 +++ b/fabfile.py Sat Jul 03 12:05:03 2010 -0400 @@ -10,6 +10,6 @@ def deploy(): run('hg -R %s pull' % env.data_repo) - run('hg -R %s pull' % env.tool_repo) + run('hg -R %s pull --update' % env.tool_repo) sudo('supervisorctl restart %s' % env.supervisord_program)