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

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

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

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


    from 50f2895  IGNITE-13740 - Updated download link
     new aa49512  ignite-13740: moved the curl command of Windows to an includes file (to avoid command duplicates on the getting started page).
     new 09584c2  Merge branch 'main' of https://github.com/apache/ignite-3 into main
     new d04869a  ignite-13740: moved the curl command of Windows to an includes file (to avoid command duplicates on the getting started page).

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:
 .../includes/{prereqs.adoc => ignite-cli-download-windows.adoc}   | 8 +++-----
 docs/_docs/quick-start/getting-started-guide.adoc                 | 5 ++---
 2 files changed, 5 insertions(+), 8 deletions(-)
 copy docs/_docs/includes/{prereqs.adoc => ignite-cli-download-windows.adoc} (82%)


[ignite-3] 01/03: ignite-13740: moved the curl command of Windows to an includes file (to avoid command duplicates on the getting started page).

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

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

commit aa4951236ec7ff19b8809c87ee717b3a62976a82
Author: Denis Magda <dm...@gridgain.com>
AuthorDate: Thu Dec 31 15:42:51 2020 -0800

    ignite-13740: moved the curl command of Windows to an includes file (to avoid command duplicates on the getting started page).
---
 docs/_docs/includes/ignite-cli-download-windows.adoc | 18 ++++++++++++++++++
 docs/_docs/quick-start/getting-started-guide.adoc    |  5 ++---
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/docs/_docs/includes/ignite-cli-download-windows.adoc b/docs/_docs/includes/ignite-cli-download-windows.adoc
new file mode 100644
index 0000000..5bee012
--- /dev/null
+++ b/docs/_docs/includes/ignite-cli-download-windows.adoc
@@ -0,0 +1,18 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// tag::command[]
+curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite.exe -o ignite.exe
+// end::command[]
diff --git a/docs/_docs/quick-start/getting-started-guide.adoc b/docs/_docs/quick-start/getting-started-guide.adoc
index ca5c21b..10f1d11 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -70,15 +70,14 @@ curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite -o ig
 tab:Windows (PowerShell)[]
 [source,shell]
 ----
-curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite.exe -o ignite.exe
+include::../includes/ignite-cli-download-windows.adoc[tag=command,indent=0]
 ----
 
 tab:Windows (CMD)[]
 [source,shell]
 ----
-curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite.exe -o ignite.exe
+include::../includes/ignite-cli-download-windows.adoc[tag=command,indent=0]
 ----
-
 --
 
 . Add your installation directory to the PATH environment variable:


[ignite-3] 03/03: ignite-13740: moved the curl command of Windows to an includes file (to avoid command duplicates on the getting started page).

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

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

commit d04869ac42f58dc6af2af15f515ec61efdd39bb3
Author: Denis Magda <dm...@gridgain.com>
AuthorDate: Thu Dec 31 15:45:40 2020 -0800

    ignite-13740: moved the curl command of Windows to an includes file (to avoid command duplicates on the getting started page).
---
 docs/_docs/includes/ignite-cli-download-windows.adoc | 2 +-
 docs/_docs/quick-start/getting-started-guide.adoc    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/_docs/includes/ignite-cli-download-windows.adoc b/docs/_docs/includes/ignite-cli-download-windows.adoc
index 5bee012..e1a880e 100644
--- a/docs/_docs/includes/ignite-cli-download-windows.adoc
+++ b/docs/_docs/includes/ignite-cli-download-windows.adoc
@@ -14,5 +14,5 @@
 // limitations under the License.
 
 // tag::command[]
-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
 // end::command[]
diff --git a/docs/_docs/quick-start/getting-started-guide.adoc b/docs/_docs/quick-start/getting-started-guide.adoc
index af95d83..5225014 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -70,13 +70,13 @@ curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename
 tab:Windows (PowerShell)[]
 [source,shell]
 ----
-curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe" -o ignite.exe
+include::../includes/ignite-cli-download-windows.adoc[tag=command,indent=0]
 ----
 
 tab:Windows (CMD)[]
 [source,shell]
 ----
-curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe" -o ignite.exe
+include::../includes/ignite-cli-download-windows.adoc[tag=command,indent=0]
 ----
 --
 


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

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

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

commit 09584c227cea4d73c5b9e5a43c6653fa54fb4fa4
Merge: aa49512 50f2895
Author: Denis Magda <dm...@gridgain.com>
AuthorDate: Thu Dec 31 15:44:39 2020 -0800

    Merge branch 'main' of https://github.com/apache/ignite-3 into main
    
     Conflicts:
    	docs/_docs/quick-start/getting-started-guide.adoc

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

diff --cc docs/_docs/quick-start/getting-started-guide.adoc
index 10f1d11,3fab8cd..af95d83
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@@ -76,8 -76,9 +76,8 @@@ curl -L "https://www.apache.org/dyn/mir
  tab:Windows (CMD)[]
  [source,shell]
  ----
- include::../includes/ignite-cli-download-windows.adoc[tag=command,indent=0]
+ curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe" -o ignite.exe
  ----
 -
  --
  
  . Add your installation directory to the PATH environment variable: