summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-20 22:47:24 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-20 22:47:24 -0400
commit34172d87ef01b4c015f66b06d5088ae7d1d2d0b9 (patch)
tree4397b040cd1aa4baca2d83eb54a0b9dd6d4bf0f4 /debian/changelog
parent2f07cc06c5abba1a3f43f28b9fb87d36515196e5 (diff)
transition code
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 568ffe1..286ab28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,17 @@ etckeeper (0.13) UNRELEASED; urgency=low
* Drop the debconf prompt before committing in pre-install.
Closes: #470577, #462161
+ * Stop using metastore, instead add shell commands to .etckeeper
+ to handle permissions. Patch by Scott Bronson. The main advantages
+ of this approach are:
+ - .etckeeper uses less disk space than .metadata.
+ - Git diff includes changes to the commands in the file, which is more
+ transparent than a change to the binary .metadata file, and does not
+ produce conflicts during merging.
+ Note that repositories still including .metadata files will be
+ automatically transitioned, and the file removed, and etckeeper init
+ on out a historical version of a repository that still contains .metadata
+ will use it, if metastore is installed.
-- Joey Hess <joeyh@debian.org> Fri, 14 Mar 2008 01:51:53 -0400