Mercurial > hg > cc > azure
diff master/bin/share.sh @ 33:4c117ee8ed75
fixDates, _fixAndMerge, _doFetch
towards rework of date fixup
share.sh, old_invoke.sh
recover the old approach to sharing, which works
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Tue, 20 Nov 2018 14:49:07 +0000 |
parents | a7637c994964 |
children |
line wrap: on
line diff
--- a/master/bin/share.sh Tue Nov 20 10:31:05 2018 +0000 +++ b/master/bin/share.sh Tue Nov 20 14:49:07 2018 +0000 @@ -28,6 +28,6 @@ az vmss list-instance-connection-info -g $group -n $name | tr -s ',": ' '\t' | \ tail -n +2 | head -$np |cut -f 3-5 | tee /dev/stderr |\ while read id ip port - do tar -czf - "$@" | "$(dirname "$0")"/internal/invoke.sh -x "" bash /dev/null "" $port $ip -c \""$cmd"\" + do tar -czf - "$@" | "$(dirname "$0")"/internal/old_invoke.sh -x "" bash /dev/null "" $port $ip -c \""$cmd"\" done