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

build: create stand-alone packages #169

Merged

Conversation

epuertat
Copy link
Member

@epuertat epuertat commented Aug 1, 2023

Usage

RPM packages (SPDK)

> make export-rpms
RPMs exported to:
/tmp/rpm/x86_64/spdk-libs-23.01-0.x86_64.rpm
/tmp/rpm/x86_64/spdk-devel-23.01-0.x86_64.rpm
/tmp/rpm/x86_64/spdk-23.01-0.x86_64.rpm

Python Wheel package (NVMe-oF Gateway and CLI)

make export-python
Python wheel exported to:
/tmp/ceph_nvmeof-0.0.1-py3-none-any.whl

Fixes: #168

@epuertat epuertat linked an issue Aug 1, 2023 that may be closed by this pull request
@epuertat epuertat force-pushed the 168-build-generate-stand-alone-packages-rpms-and-python-wheels branch from 9ee5a0d to a1a0238 Compare August 1, 2023 09:05
@epuertat epuertat added docs Improvements or additions to documentation productization labels Aug 1, 2023
@epuertat epuertat self-assigned this Aug 1, 2023
@epuertat epuertat force-pushed the 168-build-generate-stand-alone-packages-rpms-and-python-wheels branch from a1a0238 to 4c578be Compare August 1, 2023 09:20
Fixes: #168

Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
@epuertat epuertat force-pushed the 168-build-generate-stand-alone-packages-rpms-and-python-wheels branch from 4c578be to 38ea58f Compare August 1, 2023 09:35
@epuertat epuertat requested review from baum and caroav August 1, 2023 11:56
pyproject.toml Show resolved Hide resolved
Copy link
Collaborator

@baum baum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🖖

@epuertat epuertat force-pushed the 168-build-generate-stand-alone-packages-rpms-and-python-wheels branch 3 times, most recently from 279a0da to 7c6b560 Compare August 2, 2023 16:01
@epuertat epuertat force-pushed the 168-build-generate-stand-alone-packages-rpms-and-python-wheels branch 2 times, most recently from f1f2182 to 2a77ea8 Compare August 3, 2023 08:32
Co-authored-by: baum <alexander.indenbaum@gmail.com>
Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
@epuertat epuertat force-pushed the 168-build-generate-stand-alone-packages-rpms-and-python-wheels branch from 2a77ea8 to 0eeb184 Compare August 3, 2023 09:45
@epuertat epuertat merged commit 9f5d41a into devel Aug 3, 2023
@epuertat epuertat deleted the 168-build-generate-stand-alone-packages-rpms-and-python-wheels branch August 3, 2023 12:22
@epuertat epuertat added this to the v0.0.2 milestone Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation productization
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

build: generate stand-alone packages (RPMs and Python wheels)
2 participants