-
Notifications
You must be signed in to change notification settings - Fork 24
drop libexec wrappers, nobody uses them anymore #2042
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
Conversation
|
|
|
|
||
| # Created by pyp2rpm-3.3.3 | ||
| %global pypi_name pulpcore | ||
| %global wrappers gunicorn pulpcore-worker pulp-content pulpcore-manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gunicornunused since theforeman/puppet-pulpcore@7e12c0fpulpcore-workerunused since Use pulpcore-worker entrypoint directly, without a wrapper puppet-pulpcore#383- I can't find any reference that we ever used the
pulp-content(we usedgunicorndirectly until the switch to 3.39) orpulpcore-manager(https://github.com/theforeman/puppet-pulpcore/blob/master/manifests/admin.pp never hadlibexecin it's$PATH) wrappers
|
Last time that I tried to cleanup libexec wrappers it failed. Let's see how this goes. |
|
Do you recall what failed? |
|
as this is only targeting |
|
@Odilhao so, shall we try this? |
No description provided.