You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/01/07 23:18:39 UTC

[GitHub] asfgit closed pull request #137: Update Livy repo URLs.

asfgit closed pull request #137: Update Livy repo URLs.
URL: https://github.com/apache/incubator-livy/pull/137
 
 
   

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/release-build.sh b/dev/release-build.sh
index 6b882184..9a721641 100755
--- a/dev/release-build.sh
+++ b/dev/release-build.sh
@@ -96,7 +96,7 @@ rm -rf release-staging
 mkdir release-staging
 cd release-staging
 
-git clone https://git-wip-us.apache.org/repos/asf/incubator-livy.git
+git clone https://gitbox.apache.org/repos/asf/incubator-livy.git
 cd incubator-livy
 git checkout $GIT_REF
 git_hash=`git rev-parse --short HEAD`
diff --git a/pom.xml b/pom.xml
index 050bd3d0..2177134f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
 
   <scm>
     <connection>scm:git:git@github.com:apache/incubator-livy.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-livy.git</developerConnection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-livy.git</developerConnection>
     <url>scm:git:git@github.com:apache/incubator-livy.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:
users@infra.apache.org


With regards,
Apache Git Services