comparison deploy/src/archive.sh @ 2558:7535f13569fa

Move test/ to export-tests/ (so it can be distinguished from other test subdirs) and exclude from archive
author Chris Cannam
date Mon, 15 Jun 2020 17:45:04 +0100
parents a46ca166c29c
children
comparison
equal deleted inserted replaced
2557:5a397accaf59 2558:7535f13569fa
23 23
24 mkdir -p packages 24 mkdir -p packages
25 25
26 hg update -r"$tag" 26 hg update -r"$tag"
27 27
28 ./repoint archive "$(pwd)"/packages/sonic-visualiser-"$v".tar.gz --exclude sv-dependency-builds repoint.pri 28 ./repoint archive "$(pwd)"/packages/sonic-visualiser-"$v".tar.gz --exclude sv-dependency-builds export-tests repoint.pri
29 29
30 hg update -r"$current" 30 hg update -r"$current"
31 31
32 echo Done 32 echo Done
33 echo 33 echo