You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2015/04/23 16:10:39 UTC

[1/6] incubator-brooklyn git commit: Fix broken link for contributers guide in README

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 7a126a140 -> c781f6d7f


Fix broken link for contributers guide in README


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

Branch: refs/heads/master
Commit: b5ad034cf2ba2eed63e648be316b65f4bbf68f1d
Parents: 4338a8f
Author: Mike Zaccardo <mi...@cloudsoftcorp.com>
Authored: Thu Apr 16 11:55:10 2015 -0400
Committer: Mike Zaccardo <mi...@cloudsoftcorp.com>
Committed: Thu Apr 16 11:55:10 2015 -0400

----------------------------------------------------------------------
 docs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b5ad034c/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index 5d1b386..ce09809 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -11,7 +11,7 @@ familiarise yourself with the standard workflow for Apache Brooklyn:
 * [Guide for contributors][CONTRIB]
 * [Guide for committers][COMMIT]
 
-[CONTRIB]: https://brooklyn.incubator.apache.org/community/how-to-contribute.html
+[CONTRIB]: https://brooklyn.incubator.apache.org/community/how-to-contribute-docs.html
 [COMMIT]: https://brooklyn.incubator.apache.org/community/committers.html
 
 


[2/6] incubator-brooklyn git commit: Fix broken link for committers guide in README

Posted by al...@apache.org.
Fix broken link for committers guide in README


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

Branch: refs/heads/master
Commit: 85ce3675bb0dddb3636639cfa133bf9a1e2f6a12
Parents: b5ad034
Author: Mike Zaccardo <mi...@cloudsoftcorp.com>
Authored: Thu Apr 16 13:54:49 2015 -0400
Committer: Mike Zaccardo <mi...@cloudsoftcorp.com>
Committed: Thu Apr 16 13:54:49 2015 -0400

----------------------------------------------------------------------
 docs/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/85ce3675/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index ce09809..f092df7 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -11,8 +11,8 @@ familiarise yourself with the standard workflow for Apache Brooklyn:
 * [Guide for contributors][CONTRIB]
 * [Guide for committers][COMMIT]
 
-[CONTRIB]: https://brooklyn.incubator.apache.org/community/how-to-contribute-docs.html
-[COMMIT]: https://brooklyn.incubator.apache.org/community/committers.html
+[CONTRIB]: https://brooklyn.incubator.apache.org/community/how-to-contribute-docs.htmlq
+[COMMIT]: https://brooklyn.incubator.apache.org/developers/committers/index.html
 
 
 Workstation Setup


[5/6] incubator-brooklyn git commit: Add passwordless sudo as listed requirement for localhost blueprint deployment without config

Posted by al...@apache.org.
Add passwordless sudo as listed requirement for localhost blueprint deployment without config


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

Branch: refs/heads/master
Commit: a913d9d7f83c52a68ad93c3f9500458a34ce5597
Parents: f0217a2
Author: Mike Zaccardo <mi...@cloudsoftcorp.com>
Authored: Tue Apr 21 17:21:22 2015 -0400
Committer: Mike Zaccardo <mi...@cloudsoftcorp.com>
Committed: Tue Apr 21 17:21:22 2015 -0400

----------------------------------------------------------------------
 docs/guide/ops/locations/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a913d9d7/docs/guide/ops/locations/index.md
----------------------------------------------------------------------
diff --git a/docs/guide/ops/locations/index.md b/docs/guide/ops/locations/index.md
index 18c9810..803c000 100644
--- a/docs/guide/ops/locations/index.md
+++ b/docs/guide/ops/locations/index.md
@@ -237,8 +237,8 @@ brooklyn.location.named.my-aws.KEY=VAL5
 
 ### Localhost
 
-If passwordless ssh login to `localhost` is enabled on your machine,
-you should be able to deploy blueprints with no special configuration,
+If passwordless ssh login to `localhost` and passwordless `sudo` is enabled on your 
+machine, you should be able to deploy blueprints with no special configuration,
 just by specifying `location: localhost` in YAML.
 
 If you use a passpharse or prefer a different key, these can be configured as follows: 


[3/6] incubator-brooklyn git commit: Fix typo in README

Posted by al...@apache.org.
Fix typo in README


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

Branch: refs/heads/master
Commit: e8455ca5349fe59d7aef918166c34ab66f10d633
Parents: 85ce367
Author: Mike Zaccardo <mi...@cloudsoftcorp.com>
Authored: Thu Apr 16 13:56:26 2015 -0400
Committer: Mike Zaccardo <mi...@cloudsoftcorp.com>
Committed: Thu Apr 16 13:56:26 2015 -0400

----------------------------------------------------------------------
 docs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/e8455ca5/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index f092df7..bf0766b 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -11,7 +11,7 @@ familiarise yourself with the standard workflow for Apache Brooklyn:
 * [Guide for contributors][CONTRIB]
 * [Guide for committers][COMMIT]
 
-[CONTRIB]: https://brooklyn.incubator.apache.org/community/how-to-contribute-docs.htmlq
+[CONTRIB]: https://brooklyn.incubator.apache.org/community/how-to-contribute-docs.html
 [COMMIT]: https://brooklyn.incubator.apache.org/developers/committers/index.html
 
 


[6/6] incubator-brooklyn git commit: This closes #608

Posted by al...@apache.org.
This closes #608


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

Branch: refs/heads/master
Commit: c781f6d7f6f8d20f1870192044a58993ad2cc27f
Parents: 7a126a1 a913d9d
Author: Aled Sage <al...@gmail.com>
Authored: Thu Apr 23 15:10:27 2015 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Thu Apr 23 15:10:27 2015 +0100

----------------------------------------------------------------------
 docs/README.md                    | 4 ++--
 docs/guide/index.md               | 1 +
 docs/guide/ops/locations/index.md | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------



[4/6] incubator-brooklyn git commit: Add link direct link to downloads from guide

Posted by al...@apache.org.
Add link direct link to downloads from guide


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

Branch: refs/heads/master
Commit: f0217a258e427645a076edef662d74690fd4c683
Parents: e8455ca
Author: Mike Zaccardo <mi...@cloudsoftcorp.com>
Authored: Tue Apr 21 16:44:58 2015 -0400
Committer: Mike Zaccardo <mi...@cloudsoftcorp.com>
Committed: Tue Apr 21 16:44:58 2015 -0400

----------------------------------------------------------------------
 docs/guide/index.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f0217a25/docs/guide/index.md
----------------------------------------------------------------------
diff --git a/docs/guide/index.md b/docs/guide/index.md
index 2e2dadf..cdb3b46 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -6,6 +6,7 @@ breadcrumbs:
 - index.md
 children:
 - { path: /guide/start/index.md }
+- { path: /guide/misc/download.md }
 - { path: /guide/concepts/index.md }
 - { path: /guide/yaml/index.md }
 - { path: /guide/java/index.md }