]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
Use Ethernet connection for remote negotiation
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 18 May 2010 13:19:04 +0000 (15:19 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 18 May 2010 13:19:04 +0000 (15:19 +0200)
When wifi is loaded the negotiationover wifi fails sometimes.

build/run-pipeline.sh

index d30ced2179bbf7f92df14864861652b4a13a2f72..dc4ec7b5939cbc4bf58b09b0a2e73a5ef7bafa76 100755 (executable)
@@ -9,8 +9,8 @@ export NUM
 
 [ -z "$NUM" ] && die 'No number specified as $1'
 
-# Use contract broker running at the second computer (glab)
-export FCB_ADDR=192.168.1.10
+# Use contract broker running at the second computer (glab, eth connection)
+export FCB_ADDR=147.32.86.65
 
 BUILD=`basename $PWD`
 [ "$BUILD" = "build" ] && WRAPPER="sudo -E chrt -f 50"