This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 19091e9 ORC-461. Replace `git-wip-us` with `gitbox`
19091e9 is described below
commit 19091e956e8875a9ac27a7079fec3b71ade13b1b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Jan 18 14:05:13 2019 -0800
ORC-461. Replace `git-wip-us` with `gitbox`
Fixes 357
Signed-off-by: Dongjoon Hyun <[email protected]>
---
develop/make-release/index.html | 4 ++--
doap_orc.rdf | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/develop/make-release/index.html b/develop/make-release/index.html
index 56a134a..a0972b3 100644
--- a/develop/make-release/index.html
+++ b/develop/make-release/index.html
@@ -96,7 +96,7 @@
<p>Commit the changes back to Apache along with a tag for the release
candidate.</p>
<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>% 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
@@ -211,7 +211,7 @@ extra releases (say I.J.K) from the Apache dist area.
% 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/doap_orc.rdf b/doap_orc.rdf
index e708cac..917c8b6 100644
--- a/doap_orc.rdf
+++ b/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>