-
Notifications
You must be signed in to change notification settings - Fork 306
Ubuntu 24.04 packages #2571
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
Comments
test failures:
|
What would you say about extending the assertion to print the matching log lines? Those assertions are currently a little irritating to debug, I'd suggest something like: self.assertLessEqual(len(re.findall(' - WARNING - ', self.loglines_buffer)), allowed_warning_count, "\n".join(re.findall(' - WARNING - [^\n]*', self.loglines_buffer))) We should then be able to quickly get the information, what is wrong. The same would be good for other log assertions. |
Yeah, sure |
In both cases, the warning is about
|
in intelmq.bots.parsers.misp.parser and intelmq.bots.parsers.cleanmx.parser Replace the deprecated datetime function `utcfromtimestamp` for Ubuntu 24.04 compatibility with fromtimestamp(..., UTC) fixes certtools#2576 related to certtools#2571
in intelmq.bots.parsers.misp.parser and intelmq.bots.parsers.cleanmx.parser Replace the deprecated datetime function `utcfromtimestamp` for Ubuntu 24.04 compatibility with fromtimestamp(..., UTC) fixes certtools#2576 related to certtools#2571
in intelmq.bots.parsers.misp.parser and intelmq.bots.parsers.cleanmx.parser Replace the deprecated datetime function `utcfromtimestamp` for Ubuntu 24.04 compatibility with fromtimestamp(..., UTC) fixes certtools#2576 related to certtools#2571
With #2577 the intelmq packages are now building for Ubuntu 24.04. The packages for mailgen are also failing, that's tracked at Intevation/intelmq-mailgen#47 |
No description provided.
The text was updated successfully, but these errors were encountered: