[tor-commits] [ooni-probe/develop] Use ssh config file
    isis at torproject.org 
    isis at torproject.org
       
    Thu Jun  6 16:41:36 UTC 2013
    
    
  
commit 7f8f366d556cac02e7d92baddc019286cc789b25
Author: Arturo Filastò <art at fuffa.org>
Date:   Sat Mar 2 16:47:45 2013 +0100
    Use ssh config file
---
 docs/fabfile.py |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/fabfile.py b/docs/fabfile.py
index d0461fd..4e15993 100644
--- a/docs/fabfile.py
+++ b/docs/fabfile.py
@@ -1,8 +1,10 @@
 import os
-from fabric.api import run
+from fabric.api import run, env
 from fabric.context_managers import settings
 from fabric.operations import sudo, local, put
 
+env.use_ssh_config = True
+
 def update_docs():
     local('make html')
     build_dir = os.path.join(os.getcwd(), 'build', 'html')
    
    
More information about the tor-commits
mailing list