comparison deploy/src/archive-tip.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 b578440bbca6
children
comparison
equal deleted inserted replaced
2557:5a397accaf59 2558:7535f13569fa
9 9
10 echo "Packaging from id $id..." 10 echo "Packaging from id $id..."
11 11
12 hg update -r"$id" 12 hg update -r"$id"
13 13
14 ./repoint archive /tmp/sonic-visualiser-"$id".tar.gz --exclude sv-dependency-builds repoint.pri 14 ./repoint archive /tmp/sonic-visualiser-"$id".tar.gz --exclude sv-dependency-builds export-tests repoint.pri
15 15
16 echo Done 16 echo Done
17 echo 17 echo
18 18