view deploy/src/archive-tip.sh @ 1701:5a6068ba6c24

Change of plan; this will be 3.0.3. I'm not going to make any more substantial fixes, so it's not a big enough change for 3.1, but I don't want to hold off the release for long. And hey, it's 303
author Chris Cannam
date Thu, 25 May 2017 09:24:01 +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