You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/01/10 13:47:58 UTC

[sling-aggregator] branch master updated (2d3c5da -> 143a935)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git.


    from 2d3c5da  SLING-7332 Fix typo in org.apache.sling.cransktart.test.model
     new 2376ef0  add installation hints for Mac
     new 143a935  fix typo

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-aggregator] 01/02: add installation hints for Mac

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git

commit 2376ef074b6ae4836e8407d8fbb5c385c0fdb233
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jan 10 14:47:36 2018 +0100

    add installation hints for Mac
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 04cf657..dd1f958 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,10 @@ $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
 $ chmod a+x ~/bin/repo
 ```
 
+**Install Repo on Mac with [Homebrew](https://brew.sh)**
+
+    brew install repo
+
 See the detailed instructions at https://source.android.com/source/downloading#installing-repo.
 
 ```
@@ -37,6 +41,10 @@ $ repo sync -j 16
 
 That list is found in the [default.xml](./default.xml) file. 
 
+**Install Groovy on Mac with [Homebrew](https://brew.sh)**
+
+    brew install groovy
+
 To update it:
 
     groovy collect-sling-repos.groovy > default.xml

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-aggregator] 02/02: fix typo

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git

commit 143a935efed59cdcfe616848b552163152928f42
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jan 10 14:47:54 2018 +0100

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

diff --git a/README.md b/README.md
index dd1f958..7c302db 100644
--- a/README.md
+++ b/README.md
@@ -48,5 +48,5 @@ That list is found in the [default.xml](./default.xml) file.
 To update it:
 
     groovy collect-sling-repos.groovy > default.xml
-    
-Check changes with `git diff`and commit if needed.
+
+Check changes with `git diff` and commit if needed.

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.