-
Notifications
You must be signed in to change notification settings - Fork 51
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
drop debugs #2092
drop debugs #2092
Conversation
puppet/modules/web/manifests/init.pp
Outdated
@@ -36,7 +35,6 @@ | |||
'/var/www/vhosts/web/htdocs', | |||
'/var/www/vhosts/archivedeb/htdocs', | |||
'/var/www/vhosts/deb/htdocs', | |||
'/var/www/vhosts/debugs/htdocs', |
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.
I would manually clean up this folder so it doesn't accidentally leak data that is currently there and behind password.
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.
We had these RFCs in the past:
https://community.theforeman.org/t/rfc-deprecate-foreman-debug/13361
https://community.theforeman.org/t/rfc-deprecate-foreman-debug-in-favor-of-sosreport/12465
I can't find a concrete deprecation planning and would like to see such post, tying this all back. In addition to that, we can drop the debug
subpackage in foreman.spec
and probably the Debian equivalent.
The reality is, no new content could be uploaded to So removing the web-part of the setup doesn't require a post as such, as it was only ever used by us to obtain debug tarballs. (It's a total coincidence that the original submission of this PR was almost the exact day we turned off |
No description provided.