asfgit closed pull request #23454: [SPARK-26537][BUILD] change git-wip-us to 
gitbox
URL: https://github.com/apache/spark/pull/23454
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dev/create-release/release-tag.sh 
b/dev/create-release/release-tag.sh
index 628bc0504c9c8..010082d960a29 100755
--- a/dev/create-release/release-tag.sh
+++ b/dev/create-release/release-tag.sh
@@ -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
diff --git a/dev/create-release/release-util.sh 
b/dev/create-release/release-util.sh
old mode 100644
new mode 100755
index 7426b0d6ca08d..c925de9be52d4
--- a/dev/create-release/release-util.sh
+++ b/dev/create-release/release-util.sh
@@ -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 "$*"
diff --git a/pom.xml b/pom.xml
index a433659cd2002..d3ebda9f9f3ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
   </licenses>
   <scm>
     <connection>scm:git:[email protected]: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:[email protected]:apache/spark.git</url>
     <tag>HEAD</tag>
   </scm>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to