comparison deploy/src/archive.sh @ 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 d436e75169e3
children a46ca166c29c
comparison
equal deleted inserted replaced
2405:6cc506f27a20 2406:a71c87308d19
18 18
19 mkdir -p packages 19 mkdir -p packages
20 20
21 hg update -r"$tag" 21 hg update -r"$tag"
22 22
23 ./repoint archive ./packages/sonic-visualiser-"$v".tar.gz --exclude sv-dependency-builds repoint.pri 23 ./repoint archive "$(pwd)"/packages/sonic-visualiser-"$v".tar.gz --exclude sv-dependency-builds repoint.pri
24 24
25 hg update -r"$current" 25 hg update -r"$current"
26 26
27 echo Done 27 echo Done
28 echo 28 echo