Florian Schmaus
Florian Schmaus
CC @zmedico You added the `getloadavg()` wrapper to portage with https://github.com/gentoo/portage/commit/8607a39dc9d9. However, the commit message lacks a rationale why such a wrapper became necessary. This PR assumes that the reasons...
There is already good support to build a native image using graalvm via scala-cli. However, many applications require a native-image configuration due to the [dynamic features of Java](https://www.graalvm.org/latest/reference-manual/native-image/dynamic-features/). Creating those...
https://wiki.gentoo.org/wiki/Portage_with_Git recommends `eselect repository enable gentoo` to enable git-based sync of ::gentoo. However, this leaves sync-git-verify-commit-signature *disabled*, because eselect-repository does not explicitly enable `sync-git-verify-commit-signature` for ::gentoo and portage's default is...
Thanks to trofi, GNU make 4.4 gained the --shuffle option to detect unsound Makefiles [1]. Gentoo's tinderboxes use --shuffle to find and report such issues. However, they also would report...
Add a folder option to only perform any action (sync/scan/...) if the `.stfolder` contains a magic file with a magic content. As discusses in https://forum.syncthing.net/t/safeguard-against-not-decreypted-folders/6644
With the continuing success the Gentoo binhost, it becomes important mark certain packages as unsuitable for the binhost. Typical examples include acct-user/*, acct-group/*, or virtual/* packages. This introduces a new...
Closes: https://bugs.gentoo.org/958401
Portage uses the colon (:) as a separator between the components of a log file under PORTAGE_LOGDIR. However, the colon is often used as a "word" separator by shells and...
This introduces the PORTAGE_SHOW_LRU_CACHE_INFO environment variable. Setting the PORTAGE_SHOW_LRU_CACHE_INFO environment variable allows to analyze the effectiveness and potential bottlenecks of the @lru_cache annotation used by portage. The cache information will...