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

[pinot] branch fix-compat-incubator created (now c62c0cb)

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

mcvsubbu pushed a change to branch fix-compat-incubator
in repository https://gitbox.apache.org/repos/asf/pinot.git.


      at c62c0cb  Move pinot url away from incubator

This branch includes the following new commits:

     new c62c0cb  Move pinot url away from incubator

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[pinot] 01/01: Move pinot url away from incubator

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mcvsubbu pushed a commit to branch fix-compat-incubator
in repository https://gitbox.apache.org/repos/asf/pinot.git

commit c62c0cbc0729acbd903a6b1778bcfa24eb66b392
Author: Subbu Subramaniam <ss...@linkedin.com>
AuthorDate: Fri Jul 23 14:40:43 2021 -0700

    Move pinot url away from incubator
---
 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