Mercurial > hg > sonic-visualiser
view deploy/src/archive-tip.sh @ 1257:f2105c5b0b12 piper
Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning.
author | Chris Cannam |
---|---|
date | Mon, 17 Oct 2016 14:18:23 +0100 |
parents | d333705f6c29 |
children | 471b0fb002ea |
line wrap: on
line source
#!/bin/bash tag=`hg id | awk '{ print $1; }'` echo "Packaging from tag $tag..." hg archive -r"$tag" --subrepos --exclude sv-dependency-builds /tmp/sonic-visualiser-"$tag".tar.gz