You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2018/10/17 15:04:00 UTC

[jira] [Created] (IGNITE-9922) Python thin: python directory should be included in binary release

Igor Sapego created IGNITE-9922:
-----------------------------------

             Summary: Python thin: python directory should be included in binary release
                 Key: IGNITE-9922
                 URL: https://issues.apache.org/jira/browse/IGNITE-9922
             Project: Ignite
          Issue Type: Bug
          Components: thin client
            Reporter: Igor Sapego
             Fix For: 2.7


Currently, python directory is not generated by the {{maven install}} command. Need to add appropriate copy steps to {{assembly/release-fabric-base.xml}} file.

The following components should be copied:
{noformat}
ignite/modules/platforms/python/pyignite/**
ignite/modules/platforms/python/requirements/**
ignite/modules/platforms/python/LICENSE
ignite/modules/platforms/python/README.md
ignite/modules/platforms/python/setup.py
{noformat}

(** stands for "all the files and sub-folders recursively, starting from 
this folder".)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)