This is an automated email from the ASF dual-hosted git repository.
lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-website.git
The following commit(s) were added to refs/heads/master by this push:
new 58d8cc6 Update repository links to gitbox
58d8cc6 is described below
commit 58d8cc6afd9200a6562181217d4de0231c94a42e
Author: Fellipe Resende <[email protected]>
AuthorDate: Wed Jan 30 19:52:28 2019 -0800
Update repository links to gitbox
---
site/_data/project.yml | 8 ++++----
update-doc.sh | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/site/_data/project.yml b/site/_data/project.yml
index 69d867a..3efa62f 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -46,7 +46,7 @@ commits_list_archive_markmail:
jira: BAHIR
-website_repository: https://git-wip-us.apache.org/repos/asf/bahir-website.git
+website_repository: https://gitbox.apache.org/repos/asf/bahir-website.git
website_repository_mirror: https://github.com/apache/bahir-website
podling: false
@@ -64,7 +64,7 @@ spark_latest_release_location:
https://www.apache.org/dist/bahir/bahir-spark
spark_latest_release_location_mirror:
https://www.apache.org/dyn/closer.lua/bahir/bahir-spark
spark_download: /downloads/spark
-spark_source_repository: https://git-wip-us.apache.org/repos/asf/bahir.git
+spark_source_repository: https://gitbox.apache.org/repos/asf/bahir.git
spark_source_repository_mirror: https://github.com/apache/bahir
# Apache Flink
@@ -79,10 +79,10 @@ flink_latest_release_location_mirror:
https://www.apache.org/dyn/closer.lua/bahi
flink_download: /downloads/flink
-flink_source_repository:
https://git-wip-us.apache.org/repos/asf/bahir-flink.git
+flink_source_repository: https://gitbox.apache.org/repos/asf/bahir-flink.git
flink_source_repository_mirror: https://github.com/apache/bahir-flink
# Website
-website_source_repository:
https://git-wip-us.apache.org/repos/asf/bahir-website.git
+website_source_repository:
https://gitbox.apache.org/repos/asf/bahir-website.git
website_source_repository_mirror: https://github.com/apache/bahir-website
diff --git a/update-doc.sh b/update-doc.sh
index cc51fbd..30a1a1b 100755
--- a/update-doc.sh
+++ b/update-doc.sh
@@ -94,7 +94,7 @@ function checkout_code {
rm -rf target
mkdir target
cd target
- git clone "https://git-wip-us.apache.org/repos/asf/$1.git" --quiet
+ git clone "https://gitbox.apache.org/repos/asf/$1.git" --quiet
cd "$1"
git checkout "$GIT_REF"
git_hash=$(git rev-parse --short HEAD)