Skip to content

Commit

Permalink
[SPARK-26537][BUILD] change git-wip-us to gitbox
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
shaneknapp authored and dongjoon-hyun committed Jan 5, 2019
1 parent 89cebf4 commit bccb860
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/create-release/release-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ done
init_java
init_maven_sbt

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

rm -rf spark
git clone "https://$ASF_USERNAME:$ASF_PASSWORD@$ASF_SPARK_REPO" -b $GIT_BRANCH
Expand Down
4 changes: 2 additions & 2 deletions dev/create-release/release-util.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

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

function error {
echo "$*"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</licenses>
<scm>
<connection>scm:git:git@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:git@github.com:apache/spark.git</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit bccb860

Please sign in to comment.