Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Python agent build and install #15

Closed
wants to merge 2 commits into from

Commits on Nov 27, 2015

  1. Refactor Python agent build and install

    Since the Python agent's tracepoint provider,
    liblttng-ust-python-agent, does not depend on Python, it can
    always be built and installed alongside LTTng-UST.
    
    The Python package of this agent is completely independent
    from the rest of the tree, thus it is isolated in its own
    directory. This also eases the creation of distribution
    packages because the packager can selectively build and
    install the Python package without also building/installing the
    tracepoint provider.
    
    Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
    eepp committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    d0e1202 View commit details
    Browse the repository at this point in the history
  2. python-lttngust/setup.py.in: update setup() fields

    Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
    eepp committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    58f4353 View commit details
    Browse the repository at this point in the history