Compares errata delivery of RHEL downstreams such as AlmaLinux and Rocky Linux using Python and Chart.js
Run the gather_data.py script, it will access errata databases and create a data result file:
$ ./gather_data.py
$ ./gather_data.py -r8Run a simple Python webserver to access the files (opening it without a server will cause CORS issues on most browsers):
$ python3 -m http.serverAccess the following pages:
Alternatively, use these public URLs:
Note: These information might be outdated at some time, check-out the last change of the rhel, rockylinux and almalinux JSON files in the repository.
| Distribution | Release | Link | Notes |
|---|---|---|---|
| RHEL | 8 | see source code | requires pagination (rows, p), but currently has no hit limit |
| RHEL | 9 | see source code | requires pagination (rows, p), but currently has no hit limit |
| AlmaLinux | 8 | click! | JSON file |
| AlmaLinux | 9 | click! | JSON file |
| RockyLinux | 8 | click! | requires pagination (page, limit), max. 100 hits per page |
| RockyLinux | 9 | click! | requires pagination (page, limit), max. 100 hits per page |