Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-26 | cron.daily: Fix typo in stale lockfile handling code. Closes: #717908 | Joey Hess | |
2011-11-25 | cron.daily: Don't stop committing when a stale packagelist.pre-install file ↵ | Joey Hess | |
exists. The file could exist because AVOID_COMMIT_BEFORE_INSTALL is set, or just because the install was interrupted/system crashed etc. If the file's more than a day old, continue with autocommit. | |||
2011-06-19 | Add AVOID_SPECIAL_FILE_WARNING to config file, and set it in cron job to ↵ | Joey Hess | |
avoid daily noise. (gulikoza) | |||
2010-11-16 | Move etckeeper out of sbin, to avoid needing to work around broken root PATH ↵ | Joey Hess | |
settings in eg, crontab. Closes: #602438 | |||
2010-01-31 | Prevent cron job autocommit from happening if pre-install file is present, ↵ | Joey Hess | |
to avoid committing state in the middle of an apt run. Closes: #567538 | |||
2009-02-13 | shut up cron job | Joey Hess | |
(I hope that no VCS outputs commits to stderr..) | |||
2009-02-13 | test for files, avoid hardcoding path unnecessarily | Joey Hess | |
Make sure the files exist, so that if etckeeper is removed, the cron job will stop. etckeeper should be in the path | |||
2009-02-13 | Add a daily cron job to autocommit changes to /etc | Joey Hess | |
The cron job is enabled by default but can be disabled via etckeeper.conf. (Thanks to Thierry Carrez) |