Mercurial > hg > sonic-visualiser
view deploy/src/archive-tip.sh @ 2182:f5355a088ca2
Ensure that stderr output from plugins goes to the log file
author | Chris Cannam |
---|---|
date | Fri, 11 Jan 2019 15:58:49 +0000 |
parents | b578440bbca6 |
children | 7535f13569fa |
line wrap: on
line source
#!/bin/bash id=`hg id | awk '{ print $1; }'` case "$id" in *+) echo "ERROR: Current working copy has been modified - unmodified copy required"; exit 2;; *);; esac echo "Packaging from id $id..." hg update -r"$id" ./repoint archive /tmp/sonic-visualiser-"$id".tar.gz --exclude sv-dependency-builds repoint.pri echo Done echo