Open praiskup opened 8 months ago
I'm sure this wouldn't be very helpful, but I did a pulp-cli RPM experiment some time ago.
TheForeman packages Pulp for EL8/9 already, so we have a good start :
I'm sure this wouldn't be very helpful, but I did a pulp-cli RPM experiment some time ago.
Well, that would probably be helpful for sure, but for reasons orthogonal to this issue.
We discuss this today and came across a few major questions
1) Katello only builds/uses/supports certain versions long-term, what do you want your upgrade cadence to look like? 2) Are the current for-theforeman RPMs acceptable? Do they have to be published directly in Fedora?
Thank you for the update, and sorry for /me missing the meeting. If you ask me/us (the Copr team):
pulp_installer
using those RPMs?1) Good to know, sounds like from that perspective they would be fine
2) Well, we're not using pulp_installer
anymore as an upstream solution, we mostly try to push container images. Katello/Satellite/RHUI/other products use the RPMs. The TL;DR is the RPMs are/were built by not-us, and don't really suit the upstream needs. For example we do want upstream users to pick up new versions and exercise new features faster than Katello and friends.
3) A script included with the package is the conclusion we also came to. That's basically what postgresql
does. Doing it as part of an RPM postscript is needlessly magic and problematic (lots of questions about what happens if it fails, what happens if it takes too long and the computer gets shut down mid-transaction, etc.)
@praiskup given current situation, I believe this is no longer needed? Can you confirm and close?
We'd like to have RPM packages for PULP product(s). Starting with Fedora EPEL, or even Fedora would be nice.
Describe the solution you'd like Since the software is shipped in PyPI already, we could start with
pyp2spec <pypi_name>
and increment.Describe alternatives you've considered We'll have to install it from PyPI, though RPMs are better for administrators running on RPM systems (metadata, security, dependency tracking, configuration, etc.)
Additional context This is related to the Copr on Pulp initiative.