You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2018/11/27 13:34:46 UTC

[rocketmq-client-python] 01/01: Merge pull request #4 from ShannonDing/master

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

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git

commit 752dccbe6283693c83ae21b823c5141057162fce
Merge: bc71705 340a0ee
Author: von gosling <vo...@apache.org>
AuthorDate: Tue Nov 27 21:34:41 2018 +0800

    Merge pull request #4 from ShannonDing/master
    
    Add package.sh and refactor build method

 CMakeLists.txt              | 165 +++++++++++++++++++++++++-------------------
 cmake/ConfigureChecks.cmake |   2 -
 cmake/Findrocketmq.cmake    | 115 ++++++++++++++++++++++++++++++
 doc/Introduction.md         |  23 ++++--
 package.sh                  |  86 +++++++++++++++++++++++
 project/CMakeLists.txt      |  10 +--
 project/Makefile            |   2 +-
 sample/base.py              |  32 +--------
 sample/testConsumer.py      |   2 +-
 sample/testProducer.py      |  29 ++++++++
 10 files changed, 353 insertions(+), 113 deletions(-)