What I mostly miss with flashbake is a plugin which puts the state of the repository into the commit message, especially those things I don't see by default in the commit, like e.g.
File owners and groups
Ignored, but present files
Time stamps of (changed) files
All those things should be doable with an ls -la or so. Other, similar ideas, but maybe suitable for a different plugin:
System's lastlog, i.e. show which users where last logged in when. Given a daily autocommit, probably the lastlog of the past 24 hours is the interesting one.
All those ideas gather around the need to have as much information as needed to figure out whose changes were automatically committed.
What I mostly miss with flashbake is a plugin which puts the state of the repository into the commit message, especially those things I don't see by default in the commit, like e.g.
All those things should be doable with an
ls -la
or so. Other, similar ideas, but maybe suitable for a different plugin:All those ideas gather around the need to have as much information as needed to figure out whose changes were automatically committed.