#1050413 etckeeper: Verbose cron job leads to daily email: "Auto packing the repository in background for optimum performance"

#1050413#5
Date:
2023-08-24 09:20:11 UTC
From:
To:
Dear Maintainer,

since very recently, etckeeper started to become rather verbose, and I now get a daily email from the cronjob:

/etc/cron.daily/etckeeper:
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.

Since this does not indicate any kind of error, it would be better not to bother the admin with such emails.

Kind regards,
Ralf

#1050413#10
Date:
2024-09-24 00:13:57 UTC
From:
To:
I think it's a git change. The text "Auto packing the repository in
background for optimum performance." is being written to stderr, not
stdout, which is dumb IMO as it's not an error.  A quick fix is 'cd
/etc; git config gc.auto 0'.