Mercurial > hg > sonic-visualiser
view deploy/src/archive-tip.sh @ 1253:cc434d37a126 3.0-integration
Patch from Fab Nicol to fix a problem with Recent Files menu:
"Patch corrects a linux version bug already there in recent tags (at least 2.5, including in official Linux distros) and apparently remaining unnotices wrt open Recent Files submenu: an offending ampersand in paths (perhaps a Qt bug) makes the menu useless."
author | Chris Cannam |
---|---|
date | Mon, 15 Aug 2016 16:45:17 +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