We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In rare cases, this script captures bad data due to APT repos being broken.
We should ensure we are capturing a valid number when we write out all_updates and security_updates values.
all_updates
security_updates
Example:
"all_updates": "E: Error: BrokenCount > 0", "date_collected": "2021-06-29T11:59+0000", "eol": "true", "errata_support": "true", "needs_reboot": "false", "os_updates_broken": "true", "security_updates": "E: Error: BrokenCount > 0"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In rare cases, this script captures bad data due to APT repos being broken.
We should ensure we are capturing a valid number when we write out
all_updates
andsecurity_updates
values.Example:
The text was updated successfully, but these errors were encountered: