Do not follow this link

~gotmax23/fedora-scripts

My collection of scripts for Fedora package maintenance and other misc. things
koschei_filter: add collection argument
impact-check: add print copr name functionality and fix bug
koschei_filter: add initial version

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~gotmax23/fedora-scripts
read/write
git@git.sr.ht:~gotmax23/fedora-scripts

You can also use your local clone with git send-email.

#fedora-scripts

#Description

This contains various scripts that I use for Fedora package maintenance and other miscellaneous things.

#Licensing

This project follows the REUSE specification. License files are stored in LICENSES. Assume MIT if not otherwise noted.

#Contributing

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.

Do not follow this link