comparison deploy/src/archive.sh @ 647:639deb9d6bd4

Remove another large test directory
author Chris Cannam
date Tue, 22 Oct 2019 17:12:31 +0100
parents 59945b8b52ce
children 2dc25f20690f
comparison
equal deleted inserted replaced
646:f7872cd219c0 647:639deb9d6bd4
16 echo 16 echo
17 echo -n "Packaging up version $v from tag $tag... " 17 echo -n "Packaging up version $v from tag $tag... "
18 18
19 hg update -r"$tag" 19 hg update -r"$tag"
20 20
21 ./repoint archive /tmp/tony-"$v".tar.gz --exclude sv-dependency-builds repoint.pri testdata 21 ./repoint archive /tmp/tony-"$v".tar.gz --exclude sv-dependency-builds repoint.pri testdata pyin/testdata
22 22
23 hg update -r"$current" 23 hg update -r"$current"
24 24
25 echo Done 25 echo Done
26 echo 26 echo