Mercurial > hg > sonic-visualiser
view deploy/src/archive-tip.sh @ 1637:c3380c78811f sv_v3.0
Added tag sv_v3.0rc1 for changeset 811fbe905f5e
author | Chris Cannam |
---|---|
date | Wed, 01 Mar 2017 14:57:18 +0000 |
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