You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2020/12/31 23:40:32 UTC

[ignite-3] branch main updated (e725e75 -> 50f2895)

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

vkulichenko pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from e725e75  ignite-13740: renamed the Linux -> Unix tab and added the Windows (CMD) tab to all relevant sections.
     new 779c95b  IGNITE-13740 - Updated download link
     new 7b0ced3  Merge branch 'main' of github.com:apache/ignite-3 into main
     new 50f2895  IGNITE-13740 - Updated download link

The 3 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.


Summary of changes:
 docs/_docs/quick-start/getting-started-guide.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[ignite-3] 03/03: IGNITE-13740 - Updated download link

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

vkulichenko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 50f2895838e14b6e67059407d7ee7dfe3749b0c7
Author: Valentin Kulichenko <va...@gmail.com>
AuthorDate: Thu Dec 31 15:40:13 2020 -0800

    IGNITE-13740 - Updated download link
---
 docs/_docs/quick-start/getting-started-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_docs/quick-start/getting-started-guide.adoc b/docs/_docs/quick-start/getting-started-guide.adoc
index 63e2ef4..3fab8cd 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -76,7 +76,7 @@ curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename
 tab:Windows (CMD)[]
 [source,shell]
 ----
-curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite.exe -o ignite.exe
+curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe" -o ignite.exe
 ----
 
 --


[ignite-3] 02/03: Merge branch 'main' of github.com:apache/ignite-3 into main

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

vkulichenko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 7b0ced3e94a4a58eba9ff1bd9cb002533859dc70
Merge: 779c95b e725e75
Author: Valentin Kulichenko <va...@gmail.com>
AuthorDate: Thu Dec 31 15:36:03 2020 -0800

    Merge branch 'main' of github.com:apache/ignite-3 into main

 docs/_docs/quick-start/getting-started-guide.adoc | 33 +++++++++++++++++------
 1 file changed, 25 insertions(+), 8 deletions(-)

diff --cc docs/_docs/quick-start/getting-started-guide.adoc
index 5086441,ca5c21b..63e2ef4
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@@ -59,16 -61,24 +61,24 @@@ mkdir ignite3 & cd ignite
  +
  [tabs]
  --
- tab:Linux[]
+ tab:Unix[]
  [source,shell]
  ----
 -curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite -o ignite && chmod +x ignite
 +curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite" -o ignite && chmod +x ignite
  ----
- tab:Windows[]
+ 
+ tab:Windows (PowerShell)[]
  [source,shell]
  ----
 -curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite.exe -o ignite.exe
 +curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe" -o ignite.exe
  ----
+ 
+ tab:Windows (CMD)[]
+ [source,shell]
+ ----
+ curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite.exe -o ignite.exe
+ ----
+ 
  --
  
  . Add your installation directory to the PATH environment variable:


[ignite-3] 01/03: IGNITE-13740 - Updated download link

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

vkulichenko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 779c95bc16d3fc96eb4fc68fcb7056a817c3248b
Author: Valentin Kulichenko <va...@gmail.com>
AuthorDate: Thu Dec 31 15:35:31 2020 -0800

    IGNITE-13740 - Updated download link
---
 docs/_docs/quick-start/getting-started-guide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/quick-start/getting-started-guide.adoc b/docs/_docs/quick-start/getting-started-guide.adoc
index e945d8e..5086441 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -62,12 +62,12 @@ mkdir ignite3 & cd ignite3
 tab:Linux[]
 [source,shell]
 ----
-curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite -o ignite && chmod +x ignite
+curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite" -o ignite && chmod +x ignite
 ----
 tab:Windows[]
 [source,shell]
 ----
-curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite.exe -o ignite.exe
+curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe" -o ignite.exe
 ----
 --