dongjoon-hyun closed pull request #23473: [SPARK-26537][BUILD][BRANCH-2.2] change git-wip-us to gitbox URL: https://github.com/apache/spark/pull/23473
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/dev/create-release/release-build.sh b/dev/create-release/release-build.sh index b4d27edc106a2..d7ab8a9d47f27 100755 --- a/dev/create-release/release-build.sh +++ b/dev/create-release/release-build.sh @@ -84,7 +84,7 @@ PUBLISH_PROFILES="-Pmesos -Pyarn -Phive -Phive-thriftserver" PUBLISH_PROFILES="$PUBLISH_PROFILES -Pspark-ganglia-lgpl -Pkinesis-asl" rm -rf spark -git clone https://git-wip-us.apache.org/repos/asf/spark.git +git clone https://gitbox.apache.org/repos/asf/spark.git cd spark git checkout $GIT_REF git_hash=`git rev-parse --short HEAD` diff --git a/dev/create-release/release-tag.sh b/dev/create-release/release-tag.sh index 370a62ce15bc4..bceef70fc371e 100755 --- a/dev/create-release/release-tag.sh +++ b/dev/create-release/release-tag.sh @@ -48,7 +48,7 @@ for env in ASF_USERNAME ASF_PASSWORD RELEASE_VERSION RELEASE_TAG NEXT_VERSION GI fi done -ASF_SPARK_REPO="git-wip-us.apache.org/repos/asf/spark.git" +ASF_SPARK_REPO="gitbox.apache.org/repos/asf/spark.git" MVN="build/mvn --force" rm -rf spark diff --git a/pom.xml b/pom.xml index 6ab99898b7485..3a31d90ba6eaa 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ </licenses> <scm> <connection>scm:git:[email protected]:apache/spark.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/spark.git</developerConnection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/spark.git</developerConnection> <url>scm:git:[email protected]:apache/spark.git</url> <tag>HEAD</tag> </scm> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
