diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-25 20:02:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-25 20:02:58 -0400 |
commit | 087c3e8ab0f7481706f9d31ab3dbf68974c52e86 (patch) | |
tree | 3dba99cdaca55ee31b93aa3e8313978cf10ee4f5 /debian/changelog | |
parent | 501b510631ad647d6425774283a93e2a8e7f3ad0 (diff) |
cron.daily: Don't stop committing when a stale packagelist.pre-install file 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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 73cf0de..bcf0d31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ etckeeper (0.58) UNRELEASED; urgency=low Thanks to Miklos Vajna, whose patch in 2008 was deferred because -A was then too new, and languished in a branch until found today. * Optimised metadata storage. + * cron.daily: Don't stop committing when a stale packagelist.pre-install + file exists. + Thanks to gulikoza for noticing this bug. -- Joey Hess <joeyh@debian.org> Fri, 25 Nov 2011 12:00:55 -0400 |