view deploy/src/archive-tip.sh @ 761:956134fa9f24

If current pane has the main model in it as a waveform, use that for the pan layer even if it isn't the top layer in the pane
author Chris Cannam
date Wed, 13 Aug 2014 16:18:25 +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