koschei_filter: add collection argument
impact-check: add print copr name functionality and fix bug
koschei_filter: add initial version
This contains various scripts that I use for Fedora package maintenance and other miscellaneous things.
This project follows the REUSE specification. License files are stored in LICENSES. Assume MIT if not otherwise noted.
Patches can be sent to ~gotmax23/public-inbox@lists.sr.ht using git send-email
. No Sourcehut account is required!
After configuring git-send-email with your mail server credentials, as explained here:
git clone https://git.sr.ht/~gotmax23/fedora-scripts
cd fedora-scripts
$EDITOR foo
git commit -a
git config sendemail.to "~gotmax23/public-inbox@lists.sr.ht"
git config format.subjectprefix "PATCH fedora-scripts"
git send-email origin/main
If you prefer to use a web UI to submit patches, you can follow this written guide or this video guide.