You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by bz...@apache.org on 2016/01/11 14:26:50 UTC

incubator-zeppelin git commit: Use apache git mirror instead of github for repository url

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 78d2d5adc -> 72c0d66b9


Use apache git mirror instead of github for repository url

### What is this PR for?
Use apache git mirror instead of github for repository url

### What type of PR is it?
Bug Fix

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Lee moon soo <mo...@apache.org>

Closes #616 from Leemoonsoo/remove_github and squashes the following commits:

9efcf0e [Lee moon soo] Add write access git url
f4b2c9f [Lee moon soo] Fix CONTRIBUTING.md
5c49b04 [Lee moon soo] Change repo url to apache git.apache.org from github.com


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

Branch: refs/heads/master
Commit: 72c0d66b90e5e0155206fe30b879b85728e4c552
Parents: 78d2d5a
Author: Lee moon soo <mo...@apache.org>
Authored: Sun Jan 10 18:53:00 2016 -0800
Committer: Alexander Bezzubov <bz...@apache.org>
Committed: Mon Jan 11 22:26:29 2016 +0900

----------------------------------------------------------------------
 CONTRIBUTING.md | 16 +++++++++++-----
 docs/index.md   |  2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72c0d66b/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c53e35e..e18ea1b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,7 +68,8 @@ Here are some things you will need to build and test Zeppelin.
 
 ### Software Configuration Management (SCM)
 
-Zeppelin uses Git for its SCM system. Hosted by github.com. `https://github.com/apache/incubator-zeppelin` you'll need git client installed in your development machine.
+Zeppelin uses Git for its SCM system. `http://git.apache.org/incubator-zeppelin.git` you'll need git client installed in your development machine.
+For write access, `https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git`
 
 ### Integrated Development Environment (IDE)
 
@@ -114,26 +115,31 @@ To build the code, install
  * Apache Maven
 
 ## Getting the source code
-First of all, you need the Zeppelin source code. The official location for Zeppelin is [https://github.com/apache/incubator-zeppelin](https://github.com/apache/incubator-zeppelin)
+First of all, you need the Zeppelin source code. The official location for Zeppelin is [http://git.apache.org/incubator-zeppelin.git](http://git.apache.org/incubator-zeppelin.git).
 
 ### git access
 
 Get the source code on your development machine using git.
 
 ```
-git clone git@github.com:apache/incubator-zeppelin.git zeppelin
+git clone http://git.apache.org/incubator-zeppelin.git zeppelin
 ```
 
 You may also want to develop against a specific release. For example, for branch-0.1
 
 ```
-git clone -b branch-0.1 git@github.com:apache/incubator-zeppelin.git zeppelin
+git clone -b branch-0.1 http://git.apache.org/incubator-zeppelin.git zeppelin
 ```
 
+or with write access
+
+```
+git clone https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git
+```
 
 ### Fork repository
 
-If you want not only build Zeppelin but also make change, then you need fork Zeppelin repository and make pull request.
+If you want not only build Zeppelin but also make change, then you need fork Zeppelin github mirror repository (https://github.com/apache/incubator-zeppelin) and make pull request.
 
 
 ## Build

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72c0d66b/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 6919c5d..1648f45 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -117,7 +117,7 @@ This way, you can easily embed it as an iframe inside of your website.</p>
 <br />
 ### 100% Opensource
 
-Apache Zeppelin (incubating) is Apache2 Licensed software. Please check out the [source repository](https://github.com/apache/incubator-zeppelin) and [How to contribute](./development/howtocontribute.html)
+Apache Zeppelin (incubating) is Apache2 Licensed software. Please check out the [source repository](http://git.apache.org/incubator-zeppelin.git) and [How to contribute](./development/howtocontribute.html)
 
 Zeppelin has a very active development community.
 Join the [Mailing list](./community.html) and report issues on our [Issue tracker](https://issues.apache.org/jira/browse/ZEPPELIN).