You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by is...@apache.org on 2019/02/25 12:03:53 UTC

[ignite] branch master updated: IGNITE-11366: Python thin client: add python examples in release build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e26fd51  IGNITE-11366: Python thin client: add python examples in release build
e26fd51 is described below

commit e26fd51a8ecbd6df17705e36071e0722cebc9381
Author: Peter Ivanov <mr...@gmail.com>
AuthorDate: Mon Feb 25 15:02:38 2019 +0300

    IGNITE-11366: Python thin client: add python examples in release build
    
    This closes #6155
---
 assembly/release-apache-ignite-base.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/assembly/release-apache-ignite-base.xml b/assembly/release-apache-ignite-base.xml
index 91baf73..4cd3f7c 100644
--- a/assembly/release-apache-ignite-base.xml
+++ b/assembly/release-apache-ignite-base.xml
@@ -263,6 +263,11 @@
             <outputDirectory>/platforms/python/requirements</outputDirectory>
         </fileSet>
 
+        <fileSet>
+            <directory>modules/platforms/python/examples</directory>
+            <outputDirectory>/platforms/python/examples</outputDirectory>
+        </fileSet>
+
         <!-- Other files. -->
         <fileSet>
             <directory>bin</directory>