-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove workaround for empty LEGAL.txt files, remove obsolete ABRT/reportd support #21629
Conversation
evanw/esbuild#3670 was fixed in esbuild 0.25.
We stopped releasing and testing on Fedora 39/40, so we don't need the special cases any more. Fedora 40 was the last OS which still had ABRT, so all the tests and mocking machinery can go.
Fedora 40 was the last OS which still had reportd, and we stopped releasing and testing there.
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.
Looks good.
Any reason for dropping the tests and the code in separate commits? I guess I can kinda sorta see the logic, but I was wondering if there is some deeper reason...
@@ -176,7 +176,7 @@ You can set these environment variables to configure the test suite: | |||
* `TEST_OS`: The OS to run the tests in, like "fedora-coreos" or | |||
"debian-stable". See the "cockpit-project/cockpit" section in the | |||
[test map](https://github.com/cockpit-project/bots/blob/main/lib/testmap.py) | |||
for all supported values. "fedora-40" is the default (`TEST_OS_DEFAULT` in |
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 guess that's a separate commit, but meh
Not much, other than I started with cleaning up the tests, and then realized we can clean up the ABRT stuff as well. If you prefer, I can squash them and do a quick no-test re-run. |
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 assume you have a follow up in bots to clean up the reportd/abrt dependencies?
cockpit-project/cockpit#21629 dropped the need for these.
@jelly Yes, thanks for pointing out: cockpit-project/bots#7449 |
cockpit-project/cockpit#21629 dropped the need for these.
No description provided.