Mercurial > hg > sonic-visualiser
view deploy/src/archive-tip.sh @ 855:7c0534369ddd
Fix #1058 clicking row in Layer Edit dialog when colour 3d plot layer active jumps to wrong frame (was using sample rate where resolution intended)
author | Chris Cannam |
---|---|
date | Tue, 16 Sep 2014 10:29:19 +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