https://github.com/lecrisut/fedorascripts
A collection of scripts for Fedora packaging
https://github.com/lecrisut/fedorascripts
Last synced: about 1 year ago
JSON representation
A collection of scripts for Fedora packaging
- Host: GitHub
- URL: https://github.com/lecrisut/fedorascripts
- Owner: LecrisUT
- License: unlicense
- Created: 2025-04-25T11:51:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T17:08:32.000Z (about 1 year ago)
- Last Synced: 2025-05-13T18:25:24.048Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helper scripts for Fedora packaging
A collection of helper scripts written in Python with PEP723 compatibility.
No testing or distribution is intended for these, but feel free to adapt
them to your own needs.
To run them you can simply use `(pipx|hatch) run `.
- [`get_maintainers`](./get_maintainers.py): Get the package maintainers
- [`add_packit_reverse_deps`](./add_packit_reverse_deps.py): Add new reverse dependencies for a packit project
- [`copr_rev_deps`](./copr_rev_deps.py): Do impact check in copr
- [`update_rust_pacakges`](./update_rust_packages.py): Update rust packages with `rust2rpm`
- [`update_downstream`](./update_downstream.py): rsync and push multiple package updates from a local working environment