Script for analyzing Rust SIG packages for leaf status
- Python 100%
| changes | ||
| history | ||
| .gitignore | ||
| analyze.py | ||
| check_sig_leaf.py | ||
| keeplist.json | ||
| leaves.txt | ||
| pyproject.toml | ||
| README.md | ||
| reasons.txt | ||
| report.json | ||
| report.txt | ||
| skiplist.json | ||
| UNLICENSE | ||
fedora-rust-sig-leaf-check
This repository contains a script for analyzing Rust SIG packages for leaf status, and historical data.
Requirements
- recent Fedora Linux
- python3
- python3-requests
- dnf
- dnf-utils
- fedora-repos-rawhide
- internet connection
Usage
./check_sig_leaf.py [--koji]
TODO
- investigate possible performance optimizations