Skip to content

Commit 72c0d66

Browse files
Leemoonsoobzz
authored andcommitted
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
1 parent 78d2d5a commit 72c0d66

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ Here are some things you will need to build and test Zeppelin.
6868

6969
### Software Configuration Management (SCM)
7070

71-
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.
71+
Zeppelin uses Git for its SCM system. `http://git.apache.org/incubator-zeppelin.git` you'll need git client installed in your development machine.
72+
For write access, `https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git`
7273

7374
### Integrated Development Environment (IDE)
7475

@@ -114,26 +115,31 @@ To build the code, install
114115
* Apache Maven
115116

116117
## Getting the source code
117-
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)
118+
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).
118119

119120
### git access
120121

121122
Get the source code on your development machine using git.
122123

123124
```
124-
git clone git@github.com:apache/incubator-zeppelin.git zeppelin
125+
git clone http://git.apache.org/incubator-zeppelin.git zeppelin
125126
```
126127

127128
You may also want to develop against a specific release. For example, for branch-0.1
128129

129130
```
130-
git clone -b branch-0.1 git@github.com:apache/incubator-zeppelin.git zeppelin
131+
git clone -b branch-0.1 http://git.apache.org/incubator-zeppelin.git zeppelin
131132
```
132133

134+
or with write access
135+
136+
```
137+
git clone https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git
138+
```
133139

134140
### Fork repository
135141

136-
If you want not only build Zeppelin but also make change, then you need fork Zeppelin repository and make pull request.
142+
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.
137143

138144

139145
## Build

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This way, you can easily embed it as an iframe inside of your website.</p>
117117
<br />
118118
### 100% Opensource
119119

120-
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)
120+
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)
121121

122122
Zeppelin has a very active development community.
123123
Join the [Mailing list](./community.html) and report issues on our [Issue tracker](https://issues.apache.org/jira/browse/ZEPPELIN).

0 commit comments

Comments
 (0)