You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 22:32:07 UTC

[1/3] brooklyn git commit: add submodules for brooklyn projects

Repository: brooklyn
Updated Branches:
  refs/heads/master b32a0b374 -> 1f6a9a026


add submodules for brooklyn projects


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

Branch: refs/heads/master
Commit: acbb9f7d0e80aea123dc27bc405e1bb5a44d1d6b
Parents: b32a0b3
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Feb 1 20:57:28 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Feb 1 20:57:28 2016 +0000

----------------------------------------------------------------------
 .gitmodules      | 24 ++++++++++++++++++++++++
 brooklyn-client  |  1 +
 brooklyn-dist    |  1 +
 brooklyn-docs    |  1 +
 brooklyn-library |  1 +
 brooklyn-server  |  1 +
 brooklyn-ui      |  1 +
 7 files changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/acbb9f7d/.gitmodules
----------------------------------------------------------------------
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..7af7491
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,24 @@
+[submodule "brooklyn-ui"]
+	path = brooklyn-ui
+	url = https://github.com/apache/brooklyn-ui.git
+	branch = master
+[submodule "brooklyn-server"]
+	path = brooklyn-server
+	url = https://github.com/apache/brooklyn-server.git
+	branch = master
+[submodule "brooklyn-library"]
+	path = brooklyn-library
+	url = https://github.com/apache/brooklyn-library.git
+	branch = master
+[submodule "brooklyn-dist"]
+	path = brooklyn-dist
+	url = https://github.com/apache/brooklyn-dist.git
+	branch = master
+[submodule "brooklyn-docs"]
+	path = brooklyn-docs
+	url = https://github.com/apache/brooklyn-docs.git
+	branch = master
+[submodule "brooklyn-client"]
+	path = brooklyn-client
+	url = https://github.com/apache/brooklyn-client.git
+	branch = master

http://git-wip-us.apache.org/repos/asf/brooklyn/blob/acbb9f7d/brooklyn-client
----------------------------------------------------------------------
diff --git a/brooklyn-client b/brooklyn-client
new file mode 160000
index 0000000..e98252e
--- /dev/null
+++ b/brooklyn-client
@@ -0,0 +1 @@
+Subproject commit e98252e7e8c2a5c810c8483f6cd4eeed12172dde

http://git-wip-us.apache.org/repos/asf/brooklyn/blob/acbb9f7d/brooklyn-dist
----------------------------------------------------------------------
diff --git a/brooklyn-dist b/brooklyn-dist
new file mode 160000
index 0000000..26c4604
--- /dev/null
+++ b/brooklyn-dist
@@ -0,0 +1 @@
+Subproject commit 26c4604ca41d5b79829d595235b4fdc45b28aba9

http://git-wip-us.apache.org/repos/asf/brooklyn/blob/acbb9f7d/brooklyn-docs
----------------------------------------------------------------------
diff --git a/brooklyn-docs b/brooklyn-docs
new file mode 160000
index 0000000..6e86cb0
--- /dev/null
+++ b/brooklyn-docs
@@ -0,0 +1 @@
+Subproject commit 6e86cb02081706c6d098c6f873d388d378e61471

http://git-wip-us.apache.org/repos/asf/brooklyn/blob/acbb9f7d/brooklyn-library
----------------------------------------------------------------------
diff --git a/brooklyn-library b/brooklyn-library
new file mode 160000
index 0000000..02abbab
--- /dev/null
+++ b/brooklyn-library
@@ -0,0 +1 @@
+Subproject commit 02abbab09ab514524bb9a9edbd0a525447d15c99

http://git-wip-us.apache.org/repos/asf/brooklyn/blob/acbb9f7d/brooklyn-server
----------------------------------------------------------------------
diff --git a/brooklyn-server b/brooklyn-server
new file mode 160000
index 0000000..d03f254
--- /dev/null
+++ b/brooklyn-server
@@ -0,0 +1 @@
+Subproject commit d03f254ba19472e3fb5e0a7260cb07679991684a

http://git-wip-us.apache.org/repos/asf/brooklyn/blob/acbb9f7d/brooklyn-ui
----------------------------------------------------------------------
diff --git a/brooklyn-ui b/brooklyn-ui
new file mode 160000
index 0000000..18b073a
--- /dev/null
+++ b/brooklyn-ui
@@ -0,0 +1 @@
+Subproject commit 18b073a95526c1842e6869916ac7a4d9960368c1


[2/3] brooklyn git commit: add docs for using submodules

Posted by he...@apache.org.
add docs for using submodules


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

Branch: refs/heads/master
Commit: ddabaed9bdcf06ebfa15e025cd5df17b1e88fad1
Parents: acbb9f7
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Feb 1 21:07:19 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Feb 1 21:07:19 2016 +0000

----------------------------------------------------------------------
 README.md | 36 +++++++++++++++++++++++++++++-------
 1 file changed, 29 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/ddabaed9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 519dbf8..1b1f315 100644
--- a/README.md
+++ b/README.md
@@ -6,17 +6,39 @@
 It supports blueprints in YAML or Java, and deploys them to many clouds and other target environments.
 It monitors those deployments, maintains a live model, and runs autonomic policies to maintain their health.
 
-For more information see **[brooklyn.apache.org](https://brooklyn.apache.org/)**.
+For more information visit **[ brooklyn.apache.org ]( https://brooklyn.apache.org/ )**,
+where you'll find:
+* **[ Pre-built binaries ]( https://brooklyn.apache.org/download/ )**
+* **[ Getting Started instructions ]( https://brooklyn.apache.org/v/latest/start/running.html )**
+* **[ A Product Tour ](https://brooklyn.apache.org/learnmore/index.html)**
 
 
-### To Build
+### Quick Start
 
-This is the uber-repo. To build the product, ensure that the other `brooklyn-*` projects are checked out,
-currently as *siblings* to this directory (but with a notion to make them submodules), and then:
+This is the uber-repo. To build the entire codebase, 
+get this project and its sub-modules:
+
+    git clone http://github.com/apache/brooklyn/
+    cd brooklyn
+    git submodule init
+    git submodule update --remote --merge --recursive
+    
+And then:
 
     mvn clean install
 
-This creates a build in `brooklyn-dist/usage/dist/target/brooklyn-dist`.  Run with `bin/brooklyn launch`.
+The results are in `brooklyn-dist/usage/dist/target/`. 
+To run, you might:
+
+    pushd brooklyn-dist/usage/dist/target/brooklyn-dist/brooklyn/
+    bin/brooklyn launch
+
+
+### Resources
 
-The **[developer guide](https://brooklyn.apache.org/v/latest/dev/)**
-has more information about the source code.
+The developer guide [for this version 0.9.0-SNAPSHOT](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/) <!-- BROOKLYN_VERSION --> contains more detail on:
+* working with **[source code](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code)**  <!-- BROOKLYN_VERSION -->
+* using **[git sub-modules](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code/submodules.md)** effectively <!-- BROOKLYN_VERSION -->
+* **[avoiding](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code/no-submodules.md)** sub-modules <!-- BROOKLYN_VERSION -->
+* **[project structure](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code/structure.md)** <!-- BROOKLYN_VERSION -->
+* the **[people](https://brooklyn.apache.org/community/index.html)** behind Apache Brooklyn


[3/3] brooklyn git commit: This closes #1

Posted by he...@apache.org.
This closes #1


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

Branch: refs/heads/master
Commit: 1f6a9a0267b7f366696549f1b439a8135f909ac6
Parents: b32a0b3 ddabaed
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Feb 1 21:30:08 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Feb 1 21:30:08 2016 +0000

----------------------------------------------------------------------
 .gitmodules      | 24 ++++++++++++++++++++++++
 README.md        | 36 +++++++++++++++++++++++++++++-------
 brooklyn-client  |  1 +
 brooklyn-dist    |  1 +
 brooklyn-docs    |  1 +
 brooklyn-library |  1 +
 brooklyn-server  |  1 +
 brooklyn-ui      |  1 +
 8 files changed, 59 insertions(+), 7 deletions(-)
----------------------------------------------------------------------