Skip to content

Commit 7dfca09

Browse files
shaneknappdongjoon-hyun
authored andcommitted
[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 <incomplete@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit bccb860) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent d618d27 commit 7dfca09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/create-release/release-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ SCALA_2_11_PROFILES="-Pkafka-0-8"
101101
SCALA_2_12_PROFILES="-Pscala-2.12"
102102

103103
rm -rf spark
104-
git clone https://git-wip-us.apache.org/repos/asf/spark.git
104+
git clone https://gitbox.apache.org/repos/asf/spark.git
105105
cd spark
106106
git checkout $GIT_REF
107107
git_hash=`git rev-parse --short HEAD`

dev/create-release/release-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for env in ASF_USERNAME ASF_PASSWORD RELEASE_VERSION RELEASE_TAG NEXT_VERSION GI
5454
fi
5555
done
5656

57-
ASF_SPARK_REPO="git-wip-us.apache.org/repos/asf/spark.git"
57+
ASF_SPARK_REPO="gitbox.apache.org/repos/asf/spark.git"
5858
MVN="build/mvn --force"
5959

6060
rm -rf spark

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</licenses>
4040
<scm>
4141
<connection>scm:git:git@github.com:apache/spark.git</connection>
42-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/spark.git</developerConnection>
42+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/spark.git</developerConnection>
4343
<url>scm:git:git@github.com:apache/spark.git</url>
4444
<tag>HEAD</tag>
4545
</scm>

0 commit comments

Comments
 (0)