Repository: incubator-brooklyn Updated Branches: refs/heads/master c7e20ceb5 -> 979bb9f36
fix tgz link, and make it slightly easier to find binary releases Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/979bb9f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/979bb9f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/979bb9f3 Branch: refs/heads/master Commit: 979bb9f36773403cee6d4522d180eeb2a5b264bb Parents: c7e20ce Author: Alex Heneveld <[email protected]> Authored: Mon Apr 13 19:19:11 2015 -0500 Committer: Alex Heneveld <[email protected]> Committed: Mon Apr 13 19:19:11 2015 -0500 ---------------------------------------------------------------------- docs/_includes/fields.md | 2 +- docs/website/download/index.md | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/979bb9f3/docs/_includes/fields.md ---------------------------------------------------------------------- diff --git a/docs/_includes/fields.md b/docs/_includes/fields.md index e6cff81..67dd032 100644 --- a/docs/_includes/fields.md +++ b/docs/_includes/fields.md @@ -20,7 +20,7 @@ {% if SNAPSHOT %} {% capture this_dist_url_zip %}{{ this_repo_base_url_artifact }}?r=snapshots&g={{ brooklyn_group_id }}&a=brooklyn-dist&v={{ site.brooklyn-version }}&e=zip&c=dist{% endcapture %} - {% capture this_dist_url_tgz %}{{ this_repo_base_url_artifact }}?r=snapshots&g={{ brooklyn_group_id }}&a=brooklyn-dist&v={{ site.brooklyn-version }}&e=tgz&c=dist{% endcapture %} + {% capture this_dist_url_tgz %}{{ this_repo_base_url_artifact }}?r=snapshots&g={{ brooklyn_group_id }}&a=brooklyn-dist&v={{ site.brooklyn-version }}&e=tar.gz&c=dist{% endcapture %} {% capture this_alljar_url_jar %}{{ this_repo_base_url_artifact }}?r=snapshots&g={{ brooklyn_group_id }}&a=brooklyn-all&v={{ site.brooklyn-version }}&e=jar&c=with-dependencies{% endcapture %} {% else %}<!--- RELEASE --> {% capture this_dist_url_zip %}{{ this_dist_url_list }}/brooklyn-dist-{{ site.brooklyn-version }}-dist.zip{% endcapture %} http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/979bb9f3/docs/website/download/index.md ---------------------------------------------------------------------- diff --git a/docs/website/download/index.md b/docs/website/download/index.md index 18ba08a..e4f9f22 100644 --- a/docs/website/download/index.md +++ b/docs/website/download/index.md @@ -8,16 +8,22 @@ children: ## Latest Brooklyn Source Code Release -[Download Apache Brooklyn {{ site.brooklyn-stable-version }} from our mirror sites](https://www.apache.org/dyn/closer.cgi/incubator/brooklyn/{{ site.brooklyn-stable-version }}/apache-brooklyn-{{ site.brooklyn-stable-version }}.tar.gz) +[Download Apache Brooklyn {{ site.brooklyn-stable-version }} source release from our mirror sites](https://www.apache.org/dyn/closer.cgi/incubator/brooklyn/{{ site.brooklyn-stable-version }}/apache-brooklyn-{{ site.brooklyn-stable-version }}.tar.gz) You can also verify that you build has not been tampered with by [verifying the hashes and signatures](verify.html). -## Build the Binary Package +## Binary Releases + +We do not yet have an official binary package for Apache Brooklyn. +We plan to address this in our next release. +Unofficial [latest snapshot binary builds are available here]({{ site.path.guide }}/misc/download.html), +but read the warnings there and use at your own risk. -We do not yet have an official binary package for Apache Brooklyn. We plan to address this in our next release. -However, it is relatively easy to create the binary package from source code, if you have a working recent JDK and Maven 3. +## Build the Binary Package + +It is relatively easy to create the binary package from source code, if you have a working recent JDK and Maven 3. **1)** Unpack `apache-brooklyn-{{ site.brooklyn-stable-version }}.tar.gz`
