Omit deploy dir from package

This commit is contained in:
Chris Cannam
2021-03-12 11:35:08 +00:00
parent 11caa57cd3
commit afbb105f4a

View File

@@ -39,7 +39,7 @@ echo
echo "Going ahead..."
mkdir -p packages
output="packages/rubberband-$version.tar.bz2"
hg archive "$output"
hg archive --exclude otherbuilds/deploy "$output"
echo "Checking that the package compiles..."
tmpdir=$(mktemp -d)