This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch branch-2.3 in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-2.3 by this push: new bb52170 [SPARK-26537][BUILD][BRANCH-2.3] change git-wip-us to gitbox bb52170 is described below commit bb52170d23e61d2d97bfc8c3a280903ee0d9120f Author: shane knapp <incompl...@gmail.com> AuthorDate: Sat Jan 5 18:31:02 2019 -0800 [SPARK-26537][BUILD][BRANCH-2.3] change git-wip-us to gitbox ## What changes were proposed in this pull request? This is a backport of https://github.com/apache/spark/pull/23454 due to apache recently moving from git-wip-us.apache.org to gitbox.apache.org, we need to update the packaging scripts to point to the new repo location. this will also need to be backported to 2.4, 2.3, 2.1, 2.0 and 1.6. ## How was this patch tested? the build system will test this. Closes #23472 from dongjoon-hyun/SPARK-26537. Authored-by: shane knapp <incompl...@gmail.com> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- dev/create-release/release-build.sh | 2 +- dev/create-release/release-tag.sh | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/create-release/release-build.sh b/dev/create-release/release-build.sh index 3e60641..4e4b00c 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 a05716a..d140b9a 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 090abf2..96c3673 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ </licenses> <scm> <connection>scm:git:g...@github.com: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:g...@github.com:apache/spark.git</url> <tag>HEAD</tag> </scm> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org