Mercurial > hg > tony
comparison deploy/src/archive.sh @ 461:61b8c366f1f3 v1.0
Another exclusion from src
author | Chris Cannam |
---|---|
date | Wed, 01 Apr 2015 13:11:10 +0100 |
parents | 455220c32196 |
children | 287b7b349a8a |
comparison
equal
deleted
inserted
replaced
460:bb8a073a2a9f | 461:61b8c366f1f3 |
---|---|
9 exit 1 | 9 exit 1 |
10 fi | 10 fi |
11 | 11 |
12 echo "Packaging up version $v from tag $tag..." | 12 echo "Packaging up version $v from tag $tag..." |
13 | 13 |
14 hg archive -r"$tag" --subrepos --exclude sv-dependency-builds --exclude testdata /tmp/tony-"$v".tar.gz | 14 hg archive -r"$tag" --subrepos --exclude sv-dependency-builds --exclude pyin/testdata --exclude testdata /tmp/tony-"$v".tar.gz |
15 | 15 |