On 06.11.22 16:52, Michał Górny wrote:
On Sun, 2022-11-06 at 16:08 +0100, Florian Schmaus wrote:
Fair point, and I suspected as much.
Am I right that this does modify ~portage/.gitconfig (so usually
/var/lib/portage/home/.gitconfig)? If so, I wonder if this could be
avoided, e.g., by setting XDG_CONFIG_HOME to $T/.config. But I guess
that has the potential to break other things. And having some eclass
modifying the home directory of the portage user is not probably
something we could live with. It would just we be nice if the
save.directory setting would be just temporary during the emerge, e.g.,
set somewhere under T.
HOME
All
Ditto
The full path to an appropriate temporary directory for use by any
programs invoked by the ebuild that may read or modify the home
directory. [1]
Nice, I wasn't aware that PMS mandates HOME being set.
- Flow