Comment 3 for bug 574244

Revision history for this message
Alex Muntada (alex.muntada) wrote : Re: etckeeper hook breaks 9.10→10.04 upgrade with "Argument list too long"

The last command in "/etc/etckeeper/post-install.d/50vcs-commit" does:

etckeeper commit "$(printf "$message")"

and $message is a very large string, larger than the shell permits. Either the commit message is shortened or etckeeper is modified to use an option to specify a log file.