Skip to content

Commit

Permalink
THRIFT-4546: replace all git-wip-us.apache.org to github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex authored and jeking3 committed Dec 28, 2018
1 parent f9f037b commit a139082
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thrift",
"homepage": "https://git-wip-us.apache.org/repos/asf/thrift.git",
"homepage": "https://github.com/apache/thrift.git",
"authors": [
"Apache Thrift <[email protected]>"
],
Expand Down
6 changes: 3 additions & 3 deletions contrib/fb303/java/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@
<remoteRepository refid="central"/>
<remoteRepository refid="apache"/>
<license name="The Apache Software License, Version 2.0" url="${license}"/>
<scm connection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
developerConnection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
url="https://git-wip-us.apache.org/repos/asf?p=thrift.git"
<scm connection="scm:git:https://github.com/apache/thrift.git"
developerConnection="scm:git:https://github.com/apache/thrift.git"
url="https://github.com/apache/thrift"
/>
<!-- Thrift Developers -->
<developer id="mcslee" name="Mark Slee"/>
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 9), build-essential, mono-mcs, python-dev, ant,
php (>= 5), php-dev (>= 5), libglib2.0-dev, qtchooser, qtbase5-dev-tools
Maintainer: Thrift Developer's <[email protected]>
Homepage: http://thrift.apache.org/
Vcs-Git: https://git-wip-us.apache.org/repos/asf/thrift.git
Vcs-Browser: https://git-wip-us.apache.org/repos/asf?p=thrift.git
Vcs-Git: https://github.com/apache/thrift.git
Vcs-Browser: https://github.com/apache/thrift
Standards-Version: 3.9.7
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Expand Down
4 changes: 2 additions & 2 deletions doap.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
</release>
<repository>
<GitRepository>
<location rdf:resource="https://git-wip-us.apache.org/repos/asf/thrift.git"/>
<browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=thrift.git"/>
<location rdf:resource="https://github.com/apache/thrift.git"/>
<browse rdf:resource="https://github.com/apache/thrift"/>
</GitRepository>
</repository>
<maintainer>
Expand Down
2 changes: 1 addition & 1 deletion doc/committers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

1. Check out the latest version of the source code

* git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
* git clone https://github.com/apache/thrift.git thrift

1. Apply the patch

Expand Down
2 changes: 1 addition & 1 deletion doc/install/centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If you will be developing Apache Thrift clients/servers in C++ you will also nee

## Build and Install the Apache Thrift IDL Compiler

git clone https://git-wip-us.apache.org/repos/asf/thrift.git
git clone https://github.com/apache/thrift.git
cd thrift
./bootstrap.sh
./configure --with-lua=no
Expand Down
4 changes: 2 additions & 2 deletions doc/specs/idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ Here are some examples of Thrift definitions, using the Thrift IDL:
* [Apache Cassandra's][] Thrift IDL: [cassandra.thrift][]
* [Evernote API][]

[ThriftTest.thrift]: https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=test/ThriftTest.thrift;hb=HEAD
[ThriftTest.thrift]: https://raw.githubusercontent.com/apache/thrift/master/test/ThriftTest.thrift
[tutorial]: /tutorial/
[fb303.thrift]: https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=contrib/fb303/if/fb303.thrift;hb=HEAD
[fb303.thrift]: https://raw.githubusercontent.com/apache/thrift/master/contrib/fb303/if/fb303.thrift
[Apache Cassandra's]: http://cassandra.apache.org/
[cassandra.thrift]: http://svn.apache.org/viewvc/cassandra/trunk/interface/cassandra.thrift?view=co
[Evernote API]: http://www.evernote.com/about/developer/api/
Expand Down
6 changes: 3 additions & 3 deletions lib/as3/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
<remoteRepository refid="central"/>
<remoteRepository refid="apache"/>
<license name="The Apache Software License, Version 2.0" url="${license}"/>
<scm connection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
developerConnection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
url="https://git-wip-us.apache.org/repos/asf?p=thrift.git"
<scm connection="scm:git:https://github.com/apache/thrift.git"
developerConnection="scm:git:https://github.com/apache/thrift.git"
url="https://github.com/apache/thrift"
/>
<!-- Thrift Developers -->
<developer id="mcslee" name="Mark Slee"/>
Expand Down
6 changes: 3 additions & 3 deletions lib/java/gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ def configurePom(pom) {
url 'http://thrift.apache.org'

scm {
url 'https://git-wip-us.apache.org/repos/asf?p=thrift.git'
connection 'scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git'
developerConnection 'scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git'
url 'https://github.com/apache/thrift.git'
connection 'scm:git:https://github.com/apache/thrift.git'
developerConnection 'scm:git:https://github.com/apache/thrift.git'
}

licenses {
Expand Down
2 changes: 1 addition & 1 deletion lib/js/test/test-deep-constructor.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script type="text/javascript" src="deep-constructor.test.js" charset="utf-8"></script>
</head>
<body>
<h1 id="qunit-header">Thrift Javascript Bindings: Deep Constructor Test (<a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=test/JsDeepConstructorTest.thrift;hb=HEAD">JsDeepConstructorTest.thrift</a>)</h1>
<h1 id="qunit-header">Thrift Javascript Bindings: Deep Constructor Test (<a href="https://github.com/apache/thrift/blob/master/test/JsDeepConstructorTest.thrift">JsDeepConstructorTest.thrift</a>)</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
Expand Down
2 changes: 1 addition & 1 deletion lib/js/test/test-es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<script type="text/javascript" src="test-es6.js" charset="utf-8"></script>
</head>
<body>
<h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=test/ThriftTest.thrift;hb=HEAD">ThriftTest.thrift</a>)</h1>
<h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://github.com/apache/thrift/blob/master/test/ThriftTest.thrift">ThriftTest.thrift</a>)</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
Expand Down
2 changes: 1 addition & 1 deletion lib/js/test/test-nojq.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script type="text/javascript" src="test-nojq.js" charset="utf-8"></script>
</head>
<body>
<h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=test/ThriftTest.thrift;hb=HEAD">ThriftTest.thrift</a>)</h1>
<h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://github.com/apache/thrift/blob/master/test/ThriftTest.thrift">ThriftTest.thrift</a>)</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
Expand Down
2 changes: 1 addition & 1 deletion lib/js/test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<script type="text/javascript" src="test-jq.js" charset="utf-8"></script>
</head>
<body>
<h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=test/ThriftTest.thrift;hb=HEAD">ThriftTest.thrift</a>)</h1>
<h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://github.com/apache/thrift/blob/master/test/ThriftTest.thrift">ThriftTest.thrift</a>)</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
Expand Down
2 changes: 1 addition & 1 deletion lib/js/test/testws.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<script type="text/javascript" src="test-async.js" charset="utf-8"></script>
</head>
<body>
<h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=test/ThriftTest.thrift;hb=HEAD">ThriftTest.thrift</a>)</h1>
<h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://github.com/apache/thrift/blob/master/test/ThriftTest.thrift">ThriftTest.thrift</a>)</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "http://thrift.apache.org/",
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/thrift.git"
"url": "https://github.com/apache/thrift.git"
},
"version": "1.0.0-dev",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sonar.language=java,js,c++,py,c
sonar.sourceEncoding=UTF-8

# scm
sonar.scm.url=scm:git:https://git-wip-us.apache.org/repos/asf/thrift
sonar.scm.url=scm:git:https://github.com/apache/thrift.git

# cppcheck -q --error-exitcode=0 --xml . 2> cppcheck-result.xml
sonar.cxx.cppcheck.reportPath=cppcheck-result.xml
Expand Down
2 changes: 1 addition & 1 deletion tutorial/js/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h2>Thrift Javascript Bindings</h2>
</table>
</form>

<p>This Java Script example uses <a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/tutorial.thrift;hb=HEAD">tutorial.thrift</a> and a Thrift server using JSON protocol and HTTP transport.
<p>This Java Script example uses <a href="https://github.com/apache/thrift/blob/master/tutorial/tutorial.thrift">tutorial.thrift</a> and a Thrift server using JSON protocol and HTTP transport.
</p>
<p>
<a href="http://validator.w3.org/check/referer"><img
Expand Down

0 comments on commit a139082

Please sign in to comment.