Repository: incubator-zeppelin Updated Branches: refs/heads/branch-0.5.6 cf88d7cdb -> 7105afc38
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 <[email protected]> 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 (cherry picked from commit 72c0d66b90e5e0155206fe30b879b85728e4c552) Signed-off-by: Alexander Bezzubov <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/7105afc3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/7105afc3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/7105afc3 Branch: refs/heads/branch-0.5.6 Commit: 7105afc38c957c40f56e7c072409e6647705c470 Parents: cf88d7c Author: Lee moon soo <[email protected]> Authored: Sun Jan 10 18:53:00 2016 -0800 Committer: Alexander Bezzubov <[email protected]> Committed: Mon Jan 11 22:27:19 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/7105afc3/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 [email protected]: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 [email protected]: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/7105afc3/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).
