view deploy/src/archive.sh @ 432:6e8e85edfd48

Extend models to have nominal end time matching that of the audio, so that the export-fill option continues to fill to end of audio time
author Chris Cannam
date Tue, 31 Mar 2015 12:28:17 +0100
parents 455220c32196
children 61b8c366f1f3
line wrap: on
line source
#!/bin/bash

tag=`hg tags | grep '^v[0-9]' | head -1 | awk '{ print $1; }'`

v=`echo "$tag" |sed 's/v//'`

if test -z "$v" ; then
    echo "No suitable tag found!?"
    exit 1
fi

echo "Packaging up version $v from tag $tag..."

hg archive -r"$tag" --subrepos --exclude sv-dependency-builds --exclude testdata /tmp/tony-"$v".tar.gz