summaryrefslogtreecommitdiff
path: root/debian/cron.daily
AgeCommit message (Collapse)Author
2013-07-26cron.daily: Fix typo in stale lockfile handling code. Closes: #717908Joey Hess
2011-11-25cron.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-19Add AVOID_SPECIAL_FILE_WARNING to config file, and set it in cron job to ↵Joey Hess
avoid daily noise. (gulikoza)
2010-11-16Move etckeeper out of sbin, to avoid needing to work around broken root PATH ↵Joey Hess
settings in eg, crontab. Closes: #602438
2010-01-31Prevent 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-13shut up cron jobJoey Hess
(I hope that no VCS outputs commits to stderr..)
2009-02-13test for files, avoid hardcoding path unnecessarilyJoey 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-13Add a daily cron job to autocommit changes to /etcJoey Hess
The cron job is enabled by default but can be disabled via etckeeper.conf. (Thanks to Thierry Carrez)