[
https://issues.apache.org/jira/browse/IGNITE-9922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16653789#comment-16653789
]
ASF GitHub Bot commented on IGNITE-9922:
----------------------------------------
GitHub user vveider opened a pull request:
https://github.com/apache/ignite/pull/5015
IGNITE-9922 Python thin: python directory should be included in binar…
…y release
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9922
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5015.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5015
----
commit abbc1c1302fd7e1183203ab1e44b8bf9436a9940
Author: Peter Ivanov <mr.weider@...>
Date: 2018-10-17T15:25:35Z
IGNITE-9922 Python thin: python directory should be included in binary
release
----
> 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
> Assignee: Peter Ivanov
> Priority: Blocker
> Labels: python
> 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)