commit:     a18f23061cd8ca410e6453212bf802feb8d0c602
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 16:16:56 2016 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 16:16:56 2016 +0000
URL:        
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=a18f2306

add port for irker

 pym/tbc/irk.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/tbc/irk.py b/pym/tbc/irk.py
index 3186cb5..b00f816 100644
--- a/pym/tbc/irk.py
+++ b/pym/tbc/irk.py
@@ -23,6 +23,6 @@ def irk(target, message, server = DEFAULT_SERVER):
 def send_irk(msg, host):
        target = "tinderbox-cluster"
        try:
-               irk(target, msg, server = host)
+               irk(target, msg, server = (host, 6659)
        except socket.error as e:
                sys.stderr.write("irk: write to server failed: %r\n" % e)

Reply via email to