remove the sandbox/ and release/ dirs from the build and update the README in the root
and delete the old brooklyn-install.sh in the root. (it is not maintained; it doesn't even refer to the apache downloads.) basically make the source build look nice when it's unpacked Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/a3f5b598 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/a3f5b598 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/a3f5b598 Branch: refs/heads/0.8.0-incubating Commit: a3f5b598c9d26726a98c29cd9387e5eb164ab8aa Parents: 06db67b Author: Alex Heneveld <[email protected]> Authored: Thu Sep 3 22:56:39 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Fri Sep 4 14:33:51 2015 +0100 ---------------------------------------------------------------------- release/make-release-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/a3f5b598/release/make-release-artifacts.sh ---------------------------------------------------------------------- diff --git a/release/make-release-artifacts.sh b/release/make-release-artifacts.sh index b0b48d4..ad0bd06 100755 --- a/release/make-release-artifacts.sh +++ b/release/make-release-artifacts.sh @@ -162,7 +162,7 @@ git clean -dxf echo "Creating source release folder ${release_name}" set -x mkdir -p ${staging_dir} -rsync -rtp --exclude src-release-tmp --exclude bin-release-tmp --exclude .git\* --exclude '**/*.[ejw]ar' --exclude docs/ . ${staging_dir} +rsync -rtp --exclude src-release-tmp --exclude bin-release-tmp --exclude .git\* --exclude '**/*.[ejw]ar' --exclude docs/ sandbox/ release/ . ${staging_dir} mkdir -p ${artifact_dir} set +x
