README.md

go-leaves

Changes/Mass_Retire_Golang_Leaves management.

https://pagure.io/GoSIG/go-leaves/blob/main/f/leaves contains the current list of leaves.

Refresh data

This is refreshed automatically on a nightly basis.

pip install fedrq

or

sudo dnf copr enable -y gotmax23/fedrq
sudo dnf install -y fedrq

and

curl https://git.sr.ht/~gotmax23/fedora-scripts/blob/main/go-sig/go_leaves.py | python3 - all

Opting out

If your package is in the leaves list, you may opt out of the automatic retirement. For instance, one of the "leaves" may be a dependency for a new piece of software you're packaging.

To opt out, simply create a text file opt-out/{component} and commit it to this repository. Please include a brief justification. Those without commit access may submit a PR.

echo "Dependency for foo (review bug #XXXXX)" > ./opt-out/bar
git add ./opt-out/bar
git commit -m "opt out bar"
git push origin