diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-08 14:30:57 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-08 14:30:57 -0500 |
commit | a2d3e56ea78fca5c997de7fc1172cd1ce68a810d (patch) | |
tree | 05ce4ee6380a11f0b9a98f459f5d90fba368ae9d /TODO | |
parent | 41f247b00d7166fe9c615013e5d192aff651c542 (diff) |
ideas from madduck
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,6 @@ * use debconf for the pre-apt prompting, so it will work better when run from frontend like synaptic + * keep an origin branch with the files debian ships Not sure quite how to do this yet, it seems it would need to clone @@ -12,3 +13,14 @@ Of coure, unless etckeeper is installed by debootstrap or thereabouts, you won't have a true pristine origin branch. + +* split the repo + + One way to split it would be to put private (non-world-readable) files + in one repo, and public in another. This would need either symlink + farming or git "fake bare" repos, both of which are not pleasant, yet. + + Another way would be to allow splitting out subdirs into their own + repos. This is already doable, would just need modifying the pre-apt and + post-apt stuff (ie, it needs to commit in the subdirs too). Using + mr would be a possibility.. |