Remove now obsolete precommit script for bzr.
[jelmer/etckeeper.git] / TODO
1 * keep an origin branch with the files debian ships
2   
3   Not sure quite how to do this yet, it seems it would need to clone
4   the repo, switch to origin, and commit, then push back to /etc,
5   and either merge origin or commit a second time.
6   And do this after apt runs only, of course.
7
8   Alternatively, commit in /etc, then clone the repo, switch to origin, and
9   cherry pick the commit into origin?
10
11   Of coure, unless etckeeper is installed by debootstrap or thereabouts,
12   you won't have a true pristine origin branch.
13
14 * split the repo
15
16   One way to split it would be to put private (non-world-readable) files
17   in one repo, and public in another. This would need either symlink
18   farming or git "fake bare" repos, both of which are not pleasant, yet.
19
20   Another way would be to allow splitting out subdirs into their own repos.
21   This is already doable, would just need modifying the pre-install and
22   post-instlal stuff (ie, it needs to commit in the subdirs too). Using mr
23   would be a possibility..
24
25 * Figure out what packages were acted on, and include that info in the commit
26   message
27
28   Done for dpkg, but not for other package managers like rpm.
29
30 * bzr: Somehow support etckeeper's pre-commit hook.