Script for analyzing Rust SIG packages for leaf status
Find a file
2026-03-14 00:48:45 +01:00
changes 2026-03-13 report 2026-03-14 00:48:45 +01:00
history 2026-03-13 report 2026-03-14 00:48:45 +01:00
.gitignore initial setup 2021-11-21 10:46:50 +01:00
analyze.py make JSON report better diffable 2022-10-16 13:25:00 +02:00
check_sig_leaf.py move skiplist and keeplist from Python literals into JSON 2025-04-16 20:14:29 +02:00
keeplist.json 2026-03-10 report 2026-03-10 19:46:27 +01:00
leaves.txt 2026-03-13 report 2026-03-14 00:48:45 +01:00
pyproject.toml clean up repo and put things into directories 2022-10-15 17:02:04 +02:00
README.md add README and UNLICENSE 2022-07-23 00:23:08 +02:00
reasons.txt 2025-08-31 report 2025-08-31 21:04:54 +02:00
report.json 2026-03-13 report 2026-03-14 00:48:45 +01:00
report.txt 2026-03-13 report 2026-03-14 00:48:45 +01:00
skiplist.json 2026-03-04 report 2026-03-05 00:45:23 +01:00
UNLICENSE add README and UNLICENSE 2022-07-23 00:23:08 +02:00

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