view deploy/src/archive-tip.sh @ 895:509b4649b172

Quick hack at a multiplex option for transform input (see #1108)
author Chris Cannam
date Thu, 04 Dec 2014 14:48:19 +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