You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2019/01/22 19:45:38 UTC

[orc] branch master updated: ORC-461. Replace `git-wip-us` with `gitbox`

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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/master by this push:
     new c11104e  ORC-461. Replace `git-wip-us` with `gitbox`
c11104e is described below

commit c11104ef640793673f338aaaf9c32c85aeebb64b
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Fri Jan 18 13:54:34 2019 -0800

    ORC-461. Replace `git-wip-us` with `gitbox`
    
    Fixes #356
    
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 site/README.md               | 2 +-
 site/develop/make-release.md | 4 ++--
 site/doap_orc.rdf            | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site/README.md b/site/README.md
index 2e14bfe..61b742b 100644
--- a/site/README.md
+++ b/site/README.md
@@ -6,7 +6,7 @@ This directory contains the code for the Apache ORC web site,
 ## Setup
 
 1. `cd site`
-2. `git clone https://git-wip-us.apache.org/repos/asf/orc.git -b asf-site target`
+2. `git clone https://gitbox.apache.org/repos/asf/orc.git -b asf-site target`
 3. `sudo gem install bundler`
 4. `sudo gem install github-pages jekyll`
 4. `bundle install`
diff --git a/site/develop/make-release.md b/site/develop/make-release.md
index 55e7740..8cb3142 100644
--- a/site/develop/make-release.md
+++ b/site/develop/make-release.md
@@ -17,7 +17,7 @@ Commit the changes back to Apache along with a tag for the release candidate.
 
 ~~~
 % git commit -s -S -am 'Preparing for release X.Y.Z'
-% git remote add apache https://git-wip-us.apache.org/repos/asf/orc.git
+% git remote add apache https://gitbox.apache.org/repos/asf/orc.git
 % git push apache branch-X.Y
 % git tag release-X.Y.Zrc0
 % git push apache release-X.Y.Zrc0
@@ -136,7 +136,7 @@ Change directory in to site.
 % cd target
 Set up site/target to be a separate git workspace that tracks the asf-site branch.
 % git init
-% git remote add origin https://git-wip-us.apache.org/repos/asf/orc.git -t asf-site
+% git remote add origin https://gitbox.apache.org/repos/asf/orc.git -t asf-site
 % git fetch origin
 % git checkout asf-site
 % cd ..
diff --git a/site/doap_orc.rdf b/site/doap_orc.rdf
index e708cac..917c8b6 100644
--- a/site/doap_orc.rdf
+++ b/site/doap_orc.rdf
@@ -51,7 +51,7 @@ the values that are required for the current query.</description>
     </release>
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/orc.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/orc.git"/>
         <browse rdf:resource="https://github.com/apache/orc"/>
       </GitRepository>
     </repository>