Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Update repository links to gitbox
Browse files Browse the repository at this point in the history
  • Loading branch information
fresende authored and lresende committed Jan 31, 2019
1 parent c68a138 commit 58d8cc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions site/_data/project.yml
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion update-doc.sh
Expand Up @@ -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)
Expand Down

0 comments on commit 58d8cc6

Please sign in to comment.