Mercurial > hg > sonic-visualiser
view deploy/src/archive-tip.sh @ 850:7b3aaa237e66 2.4beta2
Do not draw the model time extents if the top layer does not have time as its x axis (fixing #1057)
author | Chris Cannam |
---|---|
date | Thu, 11 Sep 2014 13:53:41 +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