Set of scripts I use for Gentoo development.
Some improvements I did for both scripts. I also improved my local invoke by using those bash functions, so I only need to pass ${PV} ```shell bump-go() ( pkg=$(pkg) cd ~/src/gentoo ACCEPT_KEYWORDS="~amd64" ~/src/sam-gentoo-scripts/maint/bump-go ${pkg} ${1:?missing version} ) bump-rust() ( pkg=$(pkg) cd ~/src/gentoo ACCEPT_KEYWORDS="~amd64" ~/src/sam-gentoo-scripts/maint/bump-rust ${pkg} ${1:?missing version} ) ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by arthurzam and has received 0 comments.