Omit deploy dir from package
This commit is contained in:
@@ -39,7 +39,7 @@ echo
|
|||||||
echo "Going ahead..."
|
echo "Going ahead..."
|
||||||
mkdir -p packages
|
mkdir -p packages
|
||||||
output="packages/rubberband-$version.tar.bz2"
|
output="packages/rubberband-$version.tar.bz2"
|
||||||
hg archive "$output"
|
hg archive --exclude otherbuilds/deploy "$output"
|
||||||
|
|
||||||
echo "Checking that the package compiles..."
|
echo "Checking that the package compiles..."
|
||||||
tmpdir=$(mktemp -d)
|
tmpdir=$(mktemp -d)
|
||||||
|
|||||||
Reference in New Issue
Block a user