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

Add Oracle Linux 9 / RHEL 9 Package for check_systemd #40

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

schubba
Copy link

@schubba schubba commented Aug 28, 2024

Hey Josef Friedrich,

I have added the check_systemd package for Oracle Linux 9 / RHEL 9 to the README_template.rst as requested. This package includes a binary created using Nuitka, a Python compiler that transforms the check_systemd script along with its dependencies into a standalone executable.

I understand Nuitka might be unfamiliar, but it helps enhance performance and distribution by compiling Python code into machine code. The package is built via GitLab CI and provided as a nightly release. Although it is currently experimental, I am actively maintaining it and ready to address any issues that may arise.

Here are the relevant details added to the list:

Installation:

curl -L -o check_systemd-1.0-1.x86_64.rpm "https://gitlab.com/msfgitlab/check_systemd_build_rpm/-/jobs/artifacts/main/raw/output/check_systemd-1.0-1.x86_64.rpm?job=release_rpm" && sudo dnf install -y ./check_systemd-1.0-1.x86_64.rpm

Thank you for considering this addition, and please let me know if there are any adjustments needed!

Best regards,

Martin

@Josef-Friedrich Josef-Friedrich merged commit a634506 into Josef-Friedrich:main Aug 28, 2024
5 checks passed
@Josef-Friedrich
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants