Comment 3 for bug 1986739

Revision history for this message
Haw Loeung (hloeung) wrote : Re: etckeeper cron spam

With --quiet as Paride suggested works:

| BZR_COMMIT_OPTIONS="--quiet"

| ubuntu@machine-0:/etc$ sudo vi /etc/etckeeper/etckeeper.conf
| ubuntu@machine-0:/etc$ sudo touch testing-etckeeper2
| ubuntu@machine-0:/etc$ sudo etckeeper commit "daily autocommit" >/dev/null
| ubuntu@machine-0:/etc$

Could this be made the default? This makes it consistent with git:

| ubuntu@juju-87625f-hloeung-120:/etc$ sudo touch testing-etckeeper
| ubuntu@juju-87625f-hloeung-120:/etc$ sudo etckeeper commit "daily autocommit" >/dev/null
| ubuntu@juju-87625f-hloeung-120:/etc$ sudo git status
| On branch master
| nothing to commit, working tree clean
| ubuntu@juju-87625f-hloeung-120:/etc$

As in, etckeeper with git doesn't output anything on daily autocommit. With bzr, it currently does.