Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
allow specification of ip address in conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Sep 13, 2010
1 parent 9993e54 commit 13ffeb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions control/etc/workspace-control/propagation.conf
Expand Up @@ -43,4 +43,8 @@ http: false

lantorrent: true
lantorrentport: 5893

# if lantorrentip is not specified the then
# socket.gethostbyname(socket.gethostname()) will be used
#lantorrentip: x.x.x.x
ssh: /usr/bin/ssh
Expand Up @@ -6,6 +6,7 @@
import propagate_scp
import urlparse
import workspacecontrol.main.wc_args as wc_args
import socket

class LantorrentPropadapter(propagate_scp.propadapter):

Expand Down

0 comments on commit 13ffeb4

Please sign in to comment.