fab: update the tool repo when deploying, of course
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Sat, 03 Jul 2010 12:05:03 -0400 | 
    
    
        | parents | c904a77b6bef | 
    
        | children | c0e1c48cd6a8 | 
    
        | branches/tags | (none) | 
    
        | files | fabfile.py | 
Changes
    
--- 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)