Skip to content

Commit 46a88d2

Browse files
shaneknappdongjoon-hyun
authored andcommitted
[SPARK-26537][BUILD] change git-wip-us to gitbox
## What changes were proposed in this pull request? 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. 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 977d86e commit 46a88d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dev/create-release/release-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ done
6161
init_java
6262
init_maven_sbt
6363

64-
ASF_SPARK_REPO="git-wip-us.apache.org/repos/asf/spark.git"
64+
ASF_SPARK_REPO="gitbox.apache.org/repos/asf/spark.git"
6565

6666
rm -rf spark
6767
git clone "https://$ASF_USERNAME:$ASF_PASSWORD@$ASF_SPARK_REPO" -b $GIT_BRANCH

dev/create-release/release-util.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
DRY_RUN=${DRY_RUN:-0}
2121
GPG="gpg --no-tty --batch"
22-
ASF_REPO="https://git-wip-us.apache.org/repos/asf/spark.git"
23-
ASF_REPO_WEBUI="https://git-wip-us.apache.org/repos/asf?p=spark.git"
22+
ASF_REPO="https://gitbox.apache.org/repos/asf/spark.git"
23+
ASF_REPO_WEBUI="https://gitbox.apache.org/repos/asf?p=spark.git"
2424

2525
function error {
2626
echo "$*"

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)