changeset 2391:d436e75169e3

Place output in packages/
author Chris Cannam
date Mon, 21 Oct 2019 10:55:21 +0100
parents 1f392d58ee88
children ab2d0fe8f0b7
files deploy/src/archive.sh
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/src/archive.sh	Mon Oct 21 10:55:15 2019 +0100
+++ b/deploy/src/archive.sh	Mon Oct 21 10:55:21 2019 +0100
@@ -16,9 +16,11 @@
 echo
 echo -n "Packaging up version $v from tag $tag... "
 
+mkdir -p packages
+
 hg update -r"$tag"
 
-./repoint archive /tmp/sonic-visualiser-"$v".tar.gz --exclude sv-dependency-builds repoint.pri
+./repoint archive ./packages/sonic-visualiser-"$v".tar.gz --exclude sv-dependency-builds repoint.pri
 
 hg update -r"$current"