From 7dfca09966d17b39130006debe812849d5712bc2 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 4 Jan 2019 18:27:26 -0800 Subject: [PATCH] [SPARK-26537][BUILD] change git-wip-us to gitbox 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. the build system will test this. Please review http://spark.apache.org/contributing.html before opening a pull request. Closes #23454 from shaneknapp/update-apache-repo. Authored-by: shane knapp Signed-off-by: Dongjoon Hyun (cherry picked from commit bccb8602d7bc78894689e9b2e5fe685763d32d23) Signed-off-by: Dongjoon Hyun --- 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 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 @@ scm:git:git@github.com:apache/spark.git - scm:git:https://git-wip-us.apache.org/repos/asf/spark.git + scm:git:https://gitbox.apache.org/repos/asf/spark.git scm:git:git@github.com:apache/spark.git HEAD