dongjoon-hyun closed pull request #23472: [SPARK-26537][BUILD][BRANCH-2.3] change git-wip-us to gitbox URL: https://github.com/apache/spark/pull/23472
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 3e606418e37a7..4e4b00c1a1159 100755 --- a/dev/create-release/release-build.sh +++ b/dev/create-release/release-build.sh @@ -101,7 +101,7 @@ SCALA_2_11_PROFILES="-Pkafka-0-8" SCALA_2_12_PROFILES="-Pscala-2.12" 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 a05716a5f66bb..d140b9a46bd8b 100755 --- a/dev/create-release/release-tag.sh +++ b/dev/create-release/release-tag.sh @@ -54,7 +54,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 090abf2dc0842..96c367379d6f9 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]
