You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by si...@apache.org on 2021/07/23 23:25:02 UTC

[pinot] branch master updated: Move pinot url away from incubator (#7199)

This is an automated email from the ASF dual-hosted git repository.

siddteotia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 039bd7b  Move pinot url away from incubator (#7199)
039bd7b is described below

commit 039bd7b9d82d054b41224cc794c5f41c33f498c0
Author: Subbu Subramaniam <mc...@users.noreply.github.com>
AuthorDate: Fri Jul 23 16:24:50 2021 -0700

    Move pinot url away from incubator (#7199)
---
 compatibility-verifier/checkoutAndBuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compatibility-verifier/checkoutAndBuild.sh b/compatibility-verifier/checkoutAndBuild.sh
index b536ff2..7f0ce44 100755
--- a/compatibility-verifier/checkoutAndBuild.sh
+++ b/compatibility-verifier/checkoutAndBuild.sh
@@ -49,7 +49,7 @@ function checkOut() {
 
   pushd "$targetDir"  1>&2 || exit 1
   git init 1>&2 || exit 1
-  git remote add origin https://github.com/apache/incubator-pinot 1>&2 || exit 1
+  git remote add origin https://github.com/apache/pinot 1>&2 || exit 1
   git pull origin master 1>&2 || exit 1
   # Pull the tag list so that we can check out by tag name
   git fetch --tags 1>&2 || exit 1

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org