]> git.lttng.org Git - lttng-ci.git/commit
pyproject.toml: make lttng-ci a Poetry project
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 11 Dec 2024 14:49:57 +0000 (09:49 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 11 Dec 2024 15:11:45 +0000 (10:11 -0500)
commitdb06153f21e3db4f4fa260c21fb16997609f5718
tree98cdab1d1b4fd5964bee20abec2fc2bcc3dfb39a
parent822448ce70cc1a09b3790414e62f50038a14f236
pyproject.toml: make lttng-ci a Poetry project

Run `poetry init` to put the boilerplate in pyproject.toml in order to
make lttng-ci a poetry project.

Use `package-mode = false` to indicate we don't intend to package this
project, but just use Poetry as a dependency manager.

Run `poetry add jenkins-job-builder` to add jenkins-job-builder as a
dependency.

Add some basic instructions to `README.md` on how to use poetry to
install and run the dependencies.

Change-Id: Ie0680d4c8e02ebd7120f80d3d28226034ef3142f
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
README.md
poetry.lock [new file with mode: 0644]
pyproject.toml
This page took 0.025303 seconds and 4 git commands to generate.