Mercurial > hg > sonic-visualiser
changeset 2406:a71c87308d19
Repoint doesn't seem to like the relative path - must fix
author | Chris Cannam |
---|---|
date | Fri, 25 Oct 2019 11:09:29 +0100 |
parents | 6cc506f27a20 |
children | 1a0defadb911 |
files | deploy/src/archive.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/src/archive.sh Fri Oct 25 11:03:46 2019 +0100 +++ b/deploy/src/archive.sh Fri Oct 25 11:09:29 2019 +0100 @@ -20,7 +20,7 @@ hg update -r"$tag" -./repoint archive ./packages/sonic-visualiser-"$v".tar.gz --exclude sv-dependency-builds repoint.pri +./repoint archive "$(pwd)"/packages/sonic-visualiser-"$v".tar.gz --exclude sv-dependency-builds repoint.pri hg update -r"$current"