* Christian Ullrich wrote:
> for a few weeks, jaguarundi has been failing frequently at a stage
> called "pgsql-Git-Dirty". As far as I can tell, that means that git has
> printed an unexpected message, in this case, that it took a long time
> (several seconds) to perform "git status".
[...]
> What can I do to fix this?
To answer my own question:
git config --global advice.statusuoption false
The message that confused the buildfarm script was added to git in
mid-March, which is probably why I did not see it before.
--
Christian