You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2014/12/23 14:20:15 UTC

[1/5] incubator-brooklyn git commit: Website download/verify page update for 0.7.0-M2

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master c88796ad1 -> f6f389840


Website download/verify page update for 0.7.0-M2

Rewrites the website download page, and moves the verify page from the
guide to the website.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/7bcbfbe4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/7bcbfbe4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/7bcbfbe4

Branch: refs/heads/master
Commit: 7bcbfbe482d3d64ab5e5ac0f4308871f373929f1
Parents: d57521c
Author: Richard Downer <ri...@apache.org>
Authored: Tue Dec 23 11:07:23 2014 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Dec 23 11:48:59 2014 +0000

----------------------------------------------------------------------
 docs/guide/meta/verify.md       | 36 ---------------
 docs/website/download.md        | 72 +++++++++---------------------
 docs/website/download/verify.md | 85 ++++++++++++++++++++++++++++++++++++
 3 files changed, 106 insertions(+), 87 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/7bcbfbe4/docs/guide/meta/verify.md
----------------------------------------------------------------------
diff --git a/docs/guide/meta/verify.md b/docs/guide/meta/verify.md
deleted file mode 100644
index 74037fa..0000000
--- a/docs/guide/meta/verify.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-layout: guide-normal
-title: Verify the Integrity of Downloads
-toc: /guide/toc.json
----
-{% include fields.md %}
-
-It is essential for security that you verify the integrity of the downloaded files using their PGP signatures or SHA-1 checksums.
-
-### Verifying PGP signatures using PGP or GPG
-
-Download the [brooklyn-gpg-public-key.asc](brooklyn-gpg-public-key.asc)
-file and the `.asc` PGP signature file for the relevant artefact.
-
-(Make sure you get these files from the main {% if SNAPSHOT %}[Maven Central]({{ mavencentral_repo_groupid_url }}){% else %}[Sonatype]({{ sonatype_repo_groupid_url }}){% endif %} repository rather than from a mirror.)
-
-Verify the signatures using one of the following commands:
-
-	pgpk -a brooklyn-gpg-public-key.asc
-	pgpv brooklyn-{{ site.brooklyn-version }}-dist.tar.gz.asc
-
-or
-
-	pgp -ka brooklyn-gpg-public-key.asc
-	pgp brooklyn-{{ site.brooklyn-version }}-dist.zip.asc
-
-or
-
-	gpg --import brooklyn-gpg-public-key.asc	
-	gpg --verify brooklyn-{{ site.brooklyn-version }}-dist.tar.gz.asc
-
-You can also verify the SHA-1 checksum of the files.
-
-A program called `sha1` or `sha1sum` is included in most Linux distributions and OSx. For Windows users, `fsum` supports SHA-1. 
-
-Ensure the generated checksum string matches the contents of the `.sha1` file for the relevant artefact (and again download from {% if SNAPSHOT %}[Maven Central]({{ mavencentral_repo_groupid_url }}){% else %}[Sonatype]({{ sonatype_repo_groupid_url }}){% endif %} repository, rather than from a mirror).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/7bcbfbe4/docs/website/download.md
----------------------------------------------------------------------
diff --git a/docs/website/download.md b/docs/website/download.md
index 20d6410..21ae6a6 100644
--- a/docs/website/download.md
+++ b/docs/website/download.md
@@ -1,70 +1,40 @@
 ---
 layout: website-normal
 title: Download
+children:
+- { path: download/verify.md }
 ---
 
-## Download Brooklyn Binary Distributions
+## Get the Brooklyn Source Code
 
-**New to Brooklyn**? Download the *Milestone* release below then take a look
-at the [Get Started](quickstart/) page.
+[Download Apache Brooklyn 0.7.0-M2-incubating from our mirror sites](https://www.apache.org/dyn/closer.cgi/incubator/brooklyn/0.7.0-M2-incubating/apache-brooklyn-0.7.0-M2-incubating.tar.gz)
 
-<div class="row">
-<div class="col-md-6" markdown="1">
+You can also verify that you build has not been tampered with by [verifying the hashes and signatures](download/verify.md).
 
-### Milestone
 
-#### 0.7.0-M1
-*Recommended*. A good compromise between stability and features which has undergone live testing.
+## Build the Binary Package
 
-Download [.tar.gz](http://search.maven.org/remotecontent?filepath=io/brooklyn/brooklyn-dist/0.7.0-M1/brooklyn-dist-0.7.0-M1-dist.tar.gz)
-&bull; [.zip](http://search.maven.org/remotecontent?filepath=io/brooklyn/brooklyn-dist/0.7.0-M1/brooklyn-dist-0.7.0-M1-dist.zip)
+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 JDK of at least version 6,
+and Maven 3.
 
-Please note that this release was made prior to entering the Apache Incubator, and therefore it is not endorsed by Apache.
+Unpack `apache-brooklyn-0.7.0-M2-incubating.tar.gz` and then execute this command in the `apache-brooklyn-0.7.0-M2-incubating` folder:
 
-</div>
-<div class="col-md-6" markdown="1">
+{% highlight bash %}
+mvn clean install -DskipTests
+{% endhighlight %}
 
-### Stable
+You can then find the binary distribution in the folder `usage/dist/target/brooklyn-dist`, or archived as `usage/dist/target/brooklyn-0.7.0-M2-incubator-dist.tar.gz`.
 
-#### 0.6.0
-Well-tested releases, but missing the latest features.
 
-Download [.tar.gz](http://search.maven.org/remotecontent?filepath=io/brooklyn/brooklyn-dist/0.6.0/brooklyn-dist-0.6.0-dist.tar.gz)
-&bull; [.zip](http://search.maven.org/remotecontent?filepath=io/brooklyn/brooklyn-dist/0.6.0/brooklyn-dist-0.6.0-dist.zip)
+## Get Started!
 
-Please note that this release was made prior to entering the Apache Incubator, and therefore it is not endorsed by Apache.
+Take a look at the [Get Started](quickstart/) page!
 
-</div>
-</div>
 
+## Previous Versions
 
-## Download Brooklyn source code
-
-<div class="row">
-<div class="col-md-6" markdown="1">
-
-### Milestone
-
-#### 0.7.0-M1
-*Recommended*. A good compromise between stability and features which has undergone live testing.
-
-Download [.tar.gz](https://github.com/apache/incubator-brooklyn/archive/0.7.0-M1.tar.gz)
-&bull; [.zip](https://github.com/apache/incubator-brooklyn/archive/0.7.0-M1.zip)
-
-Please note that this release was made prior to entering the Apache Incubator, and therefore it is not endorsed by Apache.
-
-</div>
-<div class="col-md-6" markdown="1">
-
-### Stable
-
-#### 0.6.0
-Well-tested releases, but missing the latest features.
-
-Download [.tar.gz](https://github.com/apache/incubator-brooklyn/archive/v0.6.0.tar.gz)
-&bull; [.zip](https://github.com/apache/incubator-brooklyn/archive/v0.6.0.zip)
-
-Please note that this release was made prior to entering the Apache Incubator, and therefore it is not endorsed by Apache.
-
-</div>
-</div>
+Versions of Brooklyn prior to 0.7.0-M2 were all made prior to joining the Apache Incubator, therefore **they are not
+endorsed by Apache** and are not hosted by Apache or their mirrors. You can obtain the source code by [inspecting the
+branches of the pre-Apache GitHub repository](https://github.com/brooklyncentral/brooklyn/branches/stale) and binary
+releases by [querying Maven Central for io.brooklyn:brooklyn.dist](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.brooklyn%22%20AND%20a%3A%22brooklyn-dist%22).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/7bcbfbe4/docs/website/download/verify.md
----------------------------------------------------------------------
diff --git a/docs/website/download/verify.md b/docs/website/download/verify.md
new file mode 100644
index 0000000..d4e6abe
--- /dev/null
+++ b/docs/website/download/verify.md
@@ -0,0 +1,85 @@
+---
+layout: website-normal
+title: Verify the Integrity of Downloads
+---
+
+It is essential for security that you verify the integrity of the downloaded files using their PGP signatures or SHA-1 checksums.
+
+
+## Verifying hashes
+
+You can download MD5, SHA1 and SHA256 hashes using these links. Note that these links are for first-class Apache
+Software Foundation mirrors so there will be reduced opportunity for tampering with these files.
+
+<table class="table">
+<tr>
+<th>Artifact</th>
+<th colspan="2">MD5 hash</th>
+<th colspan="2">SHA1 hash</th>
+<th colspan="2">SHA256 hash</th>
+</tr>
+<tr>
+<td>apache-brooklyn-0.7.0-M2-incubating.tar.gz</td>
+<td><a href="https://www.us.apache.org/dist/incubator/brooklyn/0.7.0-M2-incubating/apache-brooklyn-0.7.0-M2-incubating.tar.gz.md5">US</a></td>
+<td><a href="https://www.eu.apache.org/dist/incubator/brooklyn/0.7.0-M2-incubating/apache-brooklyn-0.7.0-M2-incubating.tar.gz.md5">EU</a></td>
+<td><a href="https://www.us.apache.org/dist/incubator/brooklyn/0.7.0-M2-incubating/apache-brooklyn-0.7.0-M2-incubating.tar.gz.sha1">US</a></td>
+<td><a href="https://www.eu.apache.org/dist/incubator/brooklyn/0.7.0-M2-incubating/apache-brooklyn-0.7.0-M2-incubating.tar.gz.sha1">EU</a></td>
+<td><a href="https://www.us.apache.org/dist/incubator/brooklyn/0.7.0-M2-incubating/apache-brooklyn-0.7.0-M2-incubating.tar.gz.sha256">US</a></td>
+<td><a href="https://www.eu.apache.org/dist/incubator/brooklyn/0.7.0-M2-incubating/apache-brooklyn-0.7.0-M2-incubating.tar.gz.sha256">EU</a></td>
+</tr>
+</table>
+
+You can verify the SHA1 or SHA256 hashes easily by placing the files in the same folder as the download artifact and
+then running `shasum`, which is included in most UNIX-like systems:
+
+{% highlight bash %}
+shasum -c apache-brooklyn-0.7.0-M2-incubating.tar.gz.sha1
+shasum -c apache-brooklyn-0.7.0-M2-incubating.tar.gz.sha256
+{% endhighlight %}
+
+You can verify the MD5 hashes by running a command like this, and comparing the output to the contents of the `.md5` file:
+
+{% highlight bash %}
+md5 apache-brooklyn-0.7.0-M2-incubating.tar.gz
+{% endhighlight %}
+
+
+### Verifying PGP signatures using PGP or GPG
+
+You can download PGP/GPG signatures using these links. Note that these links are for first-class Apache
+Software Foundation mirrors so there will be reduced opportunity for tampering with these files.
+
+<table class="table">
+<tr>
+<th>Artifact</th>
+<th colspan="2">Mirror</th>
+</tr>
+<tr>
+<td>Release Manager's public keys (KEYS)</td>
+<td><a href="https://www.us.apache.org/dist/incubator/brooklyn/KEYS">US</a></td>
+<td><a href="https://www.eu.apache.org/dist/incubator/brooklyn/KEYS">EU</a></td>
+</tr>
+<tr>
+<td>apache-brooklyn-0.7.0-M2-incubating.tar.gz.asc</td>
+<td><a href="https://www.us.apache.org/dist/incubator/brooklyn/0.7.0-M2-incubating/apache-brooklyn-0.7.0-M2-incubating.tar.gz.asc">US</a></td>
+<td><a href="https://www.eu.apache.org/dist/incubator/brooklyn/0.7.0-M2-incubating/apache-brooklyn-0.7.0-M2-incubating.tar.gz.asc">EU</a></td>
+</tr>
+</table>
+
+In order to validate the release signature, download both the release `.asc` file for the release, and the `KEYS` file
+which contains the public keys of key individuals in the Apache Brooklyn project.
+
+Verify the signatures using one of the following commands:
+
+	pgpk -a KEYS
+	pgpv brooklyn-{{ site.brooklyn-version }}-dist.tar.gz.asc
+
+or
+
+	pgp -ka KEYS
+	pgp brooklyn-{{ site.brooklyn-version }}-dist.zip.asc
+
+or
+
+	gpg --import KEYS
+	gpg --verify brooklyn-{{ site.brooklyn-version }}-dist.tar.gz.asc


[3/5] incubator-brooklyn git commit: Bump BROOKLYN_VERSION in metadata plugin

Posted by ri...@apache.org.
Bump BROOKLYN_VERSION in metadata plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4080a7ba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4080a7ba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4080a7ba

Branch: refs/heads/master
Commit: 4080a7bacdd1740021310347d53b2c33f63e9572
Parents: 1b262ec
Author: Richard Downer <ri...@apache.org>
Authored: Tue Dec 23 12:55:12 2014 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Dec 23 12:55:12 2014 +0000

----------------------------------------------------------------------
 docs/_plugins/brooklyn_metadata.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4080a7ba/docs/_plugins/brooklyn_metadata.rb
----------------------------------------------------------------------
diff --git a/docs/_plugins/brooklyn_metadata.rb b/docs/_plugins/brooklyn_metadata.rb
index 3348546..b5fe81d 100644
--- a/docs/_plugins/brooklyn_metadata.rb
+++ b/docs/_plugins/brooklyn_metadata.rb
@@ -8,7 +8,7 @@
 #
 module BrooklynMetadata
 
-  BROOKLYN_VERSION = "0.7.0-M1" unless defined? BROOKLYN_VERSION
+  BROOKLYN_VERSION = "0.7.0-M2-incubating" unless defined? BROOKLYN_VERSION
 
   class Generator < Jekyll::Generator
     def generate(site)


[2/5] incubator-brooklyn git commit: Use Brooklyn version from metadata if appropriate

Posted by ri...@apache.org.
Use Brooklyn version from metadata if appropriate

Responding to review comments. Prefer using {{
site.data.brooklyn.version }} instead of 0.7.0-M2-incubating in most
places - exceptions are where we are keeping metadata for specific
versions e.g. in the hash download links


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/1b262ec6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/1b262ec6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/1b262ec6

Branch: refs/heads/master
Commit: 1b262ec6930c84ca14852d6f58c2cc9e456be1a9
Parents: 7bcbfbe
Author: Richard Downer <ri...@apache.org>
Authored: Tue Dec 23 12:52:10 2014 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Dec 23 12:52:10 2014 +0000

----------------------------------------------------------------------
 docs/website/download.md        | 10 +++++-----
 docs/website/download/verify.md |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1b262ec6/docs/website/download.md
----------------------------------------------------------------------
diff --git a/docs/website/download.md b/docs/website/download.md
index 21ae6a6..4cd5cdf 100644
--- a/docs/website/download.md
+++ b/docs/website/download.md
@@ -5,11 +5,11 @@ children:
 - { path: download/verify.md }
 ---
 
-## Get the Brooklyn Source Code
+## Latest Brooklyn Source Code Release
 
-[Download Apache Brooklyn 0.7.0-M2-incubating from our mirror sites](https://www.apache.org/dyn/closer.cgi/incubator/brooklyn/0.7.0-M2-incubating/apache-brooklyn-0.7.0-M2-incubating.tar.gz)
+[Download Apache Brooklyn {{ site.data.brooklyn.version }} from our mirror sites](https://www.apache.org/dyn/closer.cgi/incubator/brooklyn/{{ site.data.brooklyn.version }}/apache-brooklyn-{{ site.data.brooklyn.version }}.tar.gz)
 
-You can also verify that you build has not been tampered with by [verifying the hashes and signatures](download/verify.md).
+You can also verify that you build has not been tampered with by [verifying the hashes and signatures](download/verify.html).
 
 
 ## Build the Binary Package
@@ -18,13 +18,13 @@ We do not yet have an official binary package for Apache Brooklyn. We plan to ad
 it is relatively easy to create the binary package from source code, if you have a working JDK of at least version 6,
 and Maven 3.
 
-Unpack `apache-brooklyn-0.7.0-M2-incubating.tar.gz` and then execute this command in the `apache-brooklyn-0.7.0-M2-incubating` folder:
+Unpack `apache-brooklyn-{{ site.data.brooklyn.version }}.tar.gz` and then execute this command in the `apache-brooklyn-{{ site.data.brooklyn.version }}` folder:
 
 {% highlight bash %}
 mvn clean install -DskipTests
 {% endhighlight %}
 
-You can then find the binary distribution in the folder `usage/dist/target/brooklyn-dist`, or archived as `usage/dist/target/brooklyn-0.7.0-M2-incubator-dist.tar.gz`.
+You can then find the binary distribution in the folder `usage/dist/target/brooklyn-dist`, or archived as `usage/dist/target/brooklyn-{{ site.data.brooklyn.version }}-dist.tar.gz`.
 
 
 ## Get Started!

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1b262ec6/docs/website/download/verify.md
----------------------------------------------------------------------
diff --git a/docs/website/download/verify.md b/docs/website/download/verify.md
index d4e6abe..0feb4db 100644
--- a/docs/website/download/verify.md
+++ b/docs/website/download/verify.md
@@ -33,14 +33,14 @@ You can verify the SHA1 or SHA256 hashes easily by placing the files in the same
 then running `shasum`, which is included in most UNIX-like systems:
 
 {% highlight bash %}
-shasum -c apache-brooklyn-0.7.0-M2-incubating.tar.gz.sha1
-shasum -c apache-brooklyn-0.7.0-M2-incubating.tar.gz.sha256
+shasum -c apache-brooklyn-{{ site.data.brooklyn.version }}.tar.gz.sha1
+shasum -c apache-brooklyn-{{ site.data.brooklyn.version }}.tar.gz.sha256
 {% endhighlight %}
 
 You can verify the MD5 hashes by running a command like this, and comparing the output to the contents of the `.md5` file:
 
 {% highlight bash %}
-md5 apache-brooklyn-0.7.0-M2-incubating.tar.gz
+md5 apache-brooklyn-{{ site.data.brooklyn.version }}.tar.gz
 {% endhighlight %}
 
 


[4/5] incubator-brooklyn git commit: Further website updates for new version

Posted by ri...@apache.org.
Further website updates for new version

Corrects the server install guide and quickstart guide links for the M2
release


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b28515b4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b28515b4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b28515b4

Branch: refs/heads/master
Commit: b28515b46dc381df5463802ea2548d83fe4aa230
Parents: 4080a7b
Author: Richard Downer <ri...@apache.org>
Authored: Tue Dec 23 13:13:14 2014 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Dec 23 13:15:13 2014 +0000

----------------------------------------------------------------------
 docs/website/documentation/install-on-server.md | 4 ++--
 docs/website/quickstart/index.md                | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b28515b4/docs/website/documentation/install-on-server.md
----------------------------------------------------------------------
diff --git a/docs/website/documentation/install-on-server.md b/docs/website/documentation/install-on-server.md
index c3da352..aeb44bf 100644
--- a/docs/website/documentation/install-on-server.md
+++ b/docs/website/documentation/install-on-server.md
@@ -48,7 +48,7 @@ Before installing Apache Brooklyn, you will need to configure the host as follow
 
 ## <a id="download"></a>Download Brooklyn
 
-Download the [Brooklyn distribution]({{ site.data.brooklyn.url.dist.tgz }}) and expand it to your home directory ( `~/` ), or in a location of your choice. Other [download options]({{site.path.website}}/download.html) are available.
+Download Brooklyn and obtain a binary build as described on [the download page]({{site.path.website}}/download.html).
 
 {% if brooklyn_version contains 'SNAPSHOT' %}
 Expand the `tar.gz` archive (note: as this is a -SNAPSHOT version, your filename will be slightly different):
@@ -62,7 +62,7 @@ $ tar -zxf brooklyn-dist-{{ site.data.brooklyn.version }}-timestamp-dist.tar.gz
 {% endhighlight %}
 {% else %}
 {% highlight bash %}
-$ tar -zxf brooklyn-dist-{{ site.data.brooklyn.version }}-dist.tar.gz
+$ tar -zxf brooklyn-{{ site.data.brooklyn.version }}-dist.tar.gz
 {% endhighlight %}
 {% endif %}
 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b28515b4/docs/website/quickstart/index.md
----------------------------------------------------------------------
diff --git a/docs/website/quickstart/index.md b/docs/website/quickstart/index.md
index 3f6a86e..bc1215e 100644
--- a/docs/website/quickstart/index.md
+++ b/docs/website/quickstart/index.md
@@ -61,7 +61,7 @@ useful.
 
 ## Install Brooklyn
 
-Download the [Brooklyn distribution]({{ site.data.brooklyn.url.dist.tgz }}) and expand it to your home directory ( `~/` ), or in a location of your choice. (Other [download options]({{site.path.website}}/download.html) are available.)
+Download Brooklyn and obtain a binary build as described on [the download page]({{site.path.website}}/download.html).
 
 {% if brooklyn_version contains 'SNAPSHOT' %}
 Expand the `tar.gz` archive (note: as this is a -SNAPSHOT version, your filename will be slightly different):
@@ -75,7 +75,7 @@ $ tar -zxf brooklyn-dist-{{ site.data.brooklyn.version }}-timestamp-dist.tar.gz
 {% endhighlight %}
 {% else %}
 {% highlight bash %}
-$ tar -zxf brooklyn-dist-{{ site.data.brooklyn.version }}-dist.tar.gz
+$ tar -zxf brooklyn-{{ site.data.brooklyn.version }}-dist.tar.gz
 {% endhighlight %}
 {% endif %}
 


[5/5] incubator-brooklyn git commit: Merge and close #420

Posted by ri...@apache.org.
Merge and close #420


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f6f38984
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f6f38984
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f6f38984

Branch: refs/heads/master
Commit: f6f3898406b4887450774f441a5b194275fad5d1
Parents: c88796a b28515b
Author: Richard Downer <ri...@apache.org>
Authored: Tue Dec 23 13:18:58 2014 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Dec 23 13:18:58 2014 +0000

----------------------------------------------------------------------
 docs/_plugins/brooklyn_metadata.rb              |  2 +-
 docs/guide/meta/verify.md                       | 36 ---------
 docs/website/documentation/install-on-server.md |  4 +-
 docs/website/download.md                        | 72 +++++------------
 docs/website/download/verify.md                 | 85 ++++++++++++++++++++
 docs/website/quickstart/index.md                |  4 +-
 6 files changed, 111 insertions(+), 92 deletions(-)
----------------------------------------------------------------------