-
Notifications
You must be signed in to change notification settings - Fork 502
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
Consider using RPM spec with debbuild for creating Debian packages #996
Comments
/sig release |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
😢 |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
😭 |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@Conan-Kudo -- Thanks for submitting this and our sincere apologies for not getting you a response sooner. At this time, we're not planning to bring
For 1, consumers of |
Aside from
What the heck does this mean? |
I’ve heard you folks are working on trying to make it easier to quickly produce RPM and Debian packages… Have any of you folks heard of
debbuild
?With this tool, you can use a singular RPM spec file to build both RPM packages with
rpmbuild
and Debian packages withdebbuild
. Combined with thedebbuild-macros
package, it’s quite a bit easier to make RPM spec files leveraging the same macros as they would in RH/Fedora work for building Debian/Ubuntu packages.As an example, I packaged
safe
(a Hashicorp Vault client) for Fedora and Ubuntu using this technique on the openSUSE Build Service. You can see the spec file showing how simple the packaging can be.This allows you to use the same spec for building across RPM and Debian distributions, which should simplify handling releasing native packages for Kubernetes.
The text was updated successfully, but these errors were encountered: