Changeset: 0da7c2939ab8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0da7c2939ab8
Modified Files:
        tools/monetdbbincopy
Branch: default
Log Message:

monetdbbincopy: allow the remote to come up


diffs (11 lines):

diff --git a/tools/monetdbbincopy b/tools/monetdbbincopy
--- a/tools/monetdbbincopy
+++ b/tools/monetdbbincopy
@@ -56,6 +56,7 @@ for host in ${hostlist} ; do
                grep "location:" | cut -d: -f2)
        ssh -n $host "mnc -l -B $host 54321 | tar -C $rpath -jxf -" &
        there=$!
+       sleep 1
        tar -C ${lpath} --exclude=.mapi.sock -jcf - . | mnc -B $host 54321
        wait $there
        monetdb -q ${RMONETDB_EXTRA_OPTS} -h$host -P$passphrase release $dbname
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to